COMPUTER PROGRAMMING

A colorful illustration depicting various programming concepts such as algorithms, flowcharts, and code snippets, with a computer and code editor in the background.

Computer Programming Quiz

Test your knowledge of fundamental concepts in computer programming with this engaging quiz. From understanding programming paradigms to recognizing control structures, this quiz challenges your skills at every level.

Key Features:

  • Multiple choice questions
  • Range of topics from variables to flowcharts
  • Great for beginners and experienced programmers alike
16 Questions4 MinutesCreated by CodingStar202
How do you call to a sequence of statements contained within a pair of braces ("{" and "}")?
Block
Branch
Black
Brick
How do you call to a a location that stores temporary data within a program which can be modified, store and display whenever needed?
Data type
Variable
Program
Code
Which of the following imperative paradigms allow splitting instructions into procedures?
Procedural Programming
Object Oriented Programming
Parallel Processing Approach
None of the above
How do you call to a programming paradigm that is made up of facts and clauses and not of instructions?
Object Oriented Programming
Database Approach
Logic Programming
All of the above
How do programmers refer to the goal of solving a problem?
Input
Output
Processing
Purpose
Which of the following is a valid name for a variable?
Amount-sold
AmountSold
1stQtrAmountSold
AMOUNT
A C++ statement must end with a _________.
Colon
Comma
Semicolon
Period
How do you call to the set of step-by-step instructions that solve a problem?
Algorithm
Plan
Structure
List
The rectangle in a flowchart represents __________.
Input/output
Calculation
Start/stop
Process
Which of the following is not a control structure?
Repetition
Sequence
Sorting
Selection
The instruction “If it’s dark, turn the light on” is an example of which structure?
Sequence
Selection
Repetition
Both selection and repetition
Which of the following shows the correct syntax for an if statement?
If expression
If { expression
If ( expression )
Expression if
Which of the statements below determines whether the value in an int variable named age is between 30 and 40, including 30 and 40?
If (age < = 30 || age >=40)
If (age> = 30 && age<=40)
If (age > = 30 || age < = 40)
If (age< = 30 && > = 40)
Which of the following is not a relational operator?
==
<=
>
+=
Which of the following is the boolean operator for logical-and?
||
!
&&
!&
Evaluate the expression: (1 && !(0 || 1)).
False
True
{"name":"COMPUTER PROGRAMMING", "url":"https://www.supersurvey.com/QPREVIEW","txt":"Test your knowledge of fundamental concepts in computer programming with this engaging quiz. From understanding programming paradigms to recognizing control structures, this quiz challenges your skills at every level.Key Features:Multiple choice questionsRange of topics from variables to flowchartsGreat for beginners and experienced programmers alike","img":"https:/images/course6.png"}
Powered by: Quiz Maker