
CS Fundamentals: A Guide to clear thinking
Quiz by Sa Rah
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
In an algorithm, which data structure does not exist?
To transform source code into machine readable code, one uses a:
A variable is:
Which variable name is not valid:
In a conditional structure, the presence of ELSE is:
An iteration is:
Does this program work?

Does this program work?

Does this program work?

Which structure will you choose if I ask you to create a program that displays numbers from 1 to 10?
This program:

What will be the value of 'b' at the end of the execution?

what did the program in the previous question do?