Basic of programming c language
Quiz by Dayana
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
25 questions
Show answers
- Q1What is meant by 'compilation' in programming?Storing data in a databaseThe process of converting source code into executable codeRunning a program directly without changesDebugging the code to fix errors30s
- Q2What is an algorithm?A type of variableA step-by-step procedure for solving a problem or performing a taskA programming errorA method of compiling code30s
- Q3What does 'input' refer to in programming?The code execution timeThe output displayed on the screenThe storage capacity of the programData provided to a program for processing30s
- Q4What is meant by 'syntax' in programming languages?The amount of data a program can handleThe speed of code executionThe set of rules that defines the combinations of symbols considered to be correctly structured programsThe way data is stored in memory30s
- Q5What is the purpose of comments in code?To make the code run indefinitelyTo execute code fasterTo decrease memory usageTo explain and clarify portions of the code for future reference30s
- Q6What is a function in programming?A command to stop executionA type of algorithmA way to create variablesA reusable block of code that performs a specific task30s
- Q7What does 'debugging' mean in the context of programming?The creation of a new programCompiling the codeDocumenting the codeThe process of finding and fixing errors in code30s
- Q8What is an 'if statement' used for in programming?To import a libraryTo define a variableTo execute a block of code conditionallyTo create a loop30s
- Q9What does the term 'variable' refer to in programming?An error in codeA storage location identified by a name used to hold dataA type of loopA command for printing30s
- Q10What is the purpose of a loop in programming?To define a functionTo repeat a block of code multiple timesTo declare a variableTo write comments30s
- Q11Which of the following is a programming language used for web development?CSSJavaScriptHTMLSQL30s
- Q12Which of the following data types is used to represent true or false values in programming?StringIntegerFloatBoolean30s
- Q13What is the output of the expression 5 + 3 * 2 in most programming languages?1113101630s
- Q14What is an array in programming?A collection of elements identified by index or keyA type of functionA single data typeA method of error handling30s
- Q15Which programming paradigm is based on the concept of objects?Functional ProgrammingProcedural ProgrammingLogic ProgrammingObject-Oriented Programming30s