
W06: CP03 Assessment (CSCC0823)
Quiz by Bryan N. Manalaotao
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
15 questions
Show answers
- Q1TRUE (T) or FALSE (F): An integer is a whole number that can be positive or negativeTF30s
- Q2TRUE (T) or FALSE (F): A floating-point number cannot store decimal valuesTF30s
- Q3TRUE (T) or FALSE (F): In most programming languages, a character is represented using single quotes ('A')FT30s
- Q4TRUE (T) or FALSE (F): Boolean data types can only hold values of TRUE (1) or FALSE (0)FT30s
- Q5TRUE (T) or FALSE (F): Strings are immutable in all programming languagesFT30s
- Q6TRUE (T) or FALSE (F): The 'char' data type can store multiple characters at onceTF30s
- Q7TRUE (T) or FALSE (F): The size of an integer is the same in all programming languagesFT30s
- Q8TRUE (T) or FALSE (F): In Python, the type of a variable is explicitly declared before assigning a valueFT30s
- Q9TRUE (T) or FALSE (F): A variable with a data type of ‘double’ has more precision than a ‘float’FT30s
- Q10TRUE (T) or FALSE (F): The term "overflow" in computing refers to a condition where a value exceeds the storage limit of a data typeFT30s
- Q11TRUE (T) or FALSE (F): In most programming languages, the ‘bool’ data type is internally represented as 1 (TRUE) and 0 (FALSE)FT30s
- Q12TRUE (T) or FALSE (F): A data type determines what kind of operations can be performed on a valueTF30s
- Q13TRUE (T) or FALSE (F): In C programming, the ‘int’ data type is always 8 bytes in sizeTF30s
- Q14TRUE (T) or FALSE (F): An array is a collection of elements of the same data type stored in contiguous memory locationsFT30s
- Q15TRUE (T) or FALSE (F): The NULL value in databases represents an empty stringFT30s