100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada 4,6 TrustPilot
logo-home
Otro

COS1512 Assignment 1 memo 2024

Puntuación
-
Vendido
6
Páginas
7
Subido en
19-04-2024
Escrito en
2023/2024

COS1512 Assignment 1 memo 2024

Institución
Grado









Ups! No podemos cargar tu documento ahora. Inténtalo de nuevo o contacta con soporte.

Escuela, estudio y materia

Institución
Grado

Información del documento

Subido en
19 de abril de 2024
Número de páginas
7
Escrito en
2023/2024
Tipo
Otro
Personaje
Desconocido

Temas

Vista previa del contenido

COS1512-24-Y  Welcome Message  Assessment 1

QUIZ




Started on Friday, 19 April 2024, 6:53 PM
State Finished
Completed on Friday, 19 April 2024, 7:56 PM
Time taken 1 hour 3 mins
Grade 7.00 out of 10.00 (70%)


Question 1

Incorrect

Mark 0.00 out of 1.00




The assert statement

Select one:
tests conditions or assumptions that should not occur in a program to prevent runtime errors
will display an error message when the condition in the statement is not true and abort the program. 

All of the other options are valid.

can be turned on and off in a program



The assert statement tests conditions or assumptions that should not occur in a program to prevent runtime errors using a
boolean expression. If the result of the boolean expression is not true, the program will abort. The assert statement can be
turned on and off in a program using the #define NDEBUG directive.

The assert statement tests conditions or assumptions that should not occur in a program to prevent runtime errors using a
boolean expression. If the result of the boolean expression is not true, the program will abort. The assert statement can be
turned on and off in a program using the #define NDEBUG directive.

The correct answer is: All of the other options are valid.

, Question 2

Incorrect

Mark 0.00 out of 1.00




Base your answer to this question on the highlighted directives at the beginning of the program.
The program below will abort and display that the assertion has failed
#define NDEBUG
#include <cassert >

int main()
{
int x = 7;
/* Some big code in between and let's say x
is accidentally changed to 9 */
x = 9;
// Programmer assumes x to be 7 in rest of the code
assert(x==7);
/* Rest of the code */
return 0;
}



Select one:
True 

False



The assert statement tests conditions or assumptions that should not occur in a program to prevent runtime errors using a
boolean expression. If the result of the boolean expression is not true, the program will abort. The assert statement can be
turned on and off in a program using the #define NDEBUG directive. In this program assert is turned off (NDEBUG is on) and
although the assertion will be false, the program will not abort.

The correct answer is 'False'.




Question 3
Correct

Mark 1.00 out of 1.00




To ensure that a test score score is valid, i.e. >= 0 and <= 100, we can use the following statement


Select one:
assert(!(0 <= score || score <= 100));
assert(score >= 0 && score <= 100); 
assert(score >= 0 || score <= 100);
assert(!(0 <= score && score <= 100));



The assert statement tests conditions or assumptions that should not occur in a program to prevent runtime errors using a
boolean expression. If the result of the boolean expression is not true, the program will abort.
See Savitch Chapter 5 section 5.5 General Debugging Techniques, the assert macro

The assert statement tests conditions or assumptions that should not occur in a program to prevent runtime errors using a
boolean expression. If the result of the boolean expression is not true, the program will abort.

See Savitch Chapter 5 section 5.5 General Debugging Techniques, the assert macro

The correct answer is:
assert(score >= 0 && score <= 100);
$5.03
Accede al documento completo:

100% de satisfacción garantizada
Inmediatamente disponible después del pago
Tanto en línea como en PDF
No estas atado a nada

Conoce al vendedor

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
foxNotes Acsess Business Academy
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
112
Miembro desde
2 año
Número de seguidores
63
Documentos
35
Última venta
3 meses hace
saveNotes

5.0

5 reseñas

5
5
4
0
3
0
2
0
1
0

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes