C++ Knowledge Based Quiz I = IA

C++ Knowledge Based Quiz I = IA

University

15 Qs

quiz-placeholder

Similar activities

BSCS 3-5: PPL Final Quiz - 1-28-2025

BSCS 3-5: PPL Final Quiz - 1-28-2025

University

20 Qs

Scratch: Events, Loops and The Coordinate System

Scratch: Events, Loops and The Coordinate System

2nd Grade - Professional Development

15 Qs

Diagnostico sobre C++ Noveo

Diagnostico sobre C++ Noveo

8th Grade - University

10 Qs

22AD003

22AD003

University

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - University

10 Qs

Python - Data Types

Python - Data Types

12th Grade - University

11 Qs

Programming Languages

Programming Languages

1st Grade - University

15 Qs

Hari 3 - Kuis Coding & Perkenalan Al

Hari 3 - Kuis Coding & Perkenalan Al

University

10 Qs

C++ Knowledge Based Quiz I = IA

C++ Knowledge Based Quiz I = IA

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Kurt Danlog

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Do while loops

Runs a statement once

Runs a statement twice

Runs a statement multiple times or not within a boolean condition

Doesn't run at all

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

iostream

Displays output from the screen and input from the keyboard

Has all the math equations

Counts the time

Checks if the code has a function

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The process of creating a new variable without value

declaration

naming

instantiation

assigning

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the only function all C++ programs must contain?

start()

system()

main()

program()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What punctuation is used to signal the beginning and end of code blocks?

-> and <-

{ }

BEGIN and END

( and )

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A list of instructions that enable a computer to perform a specific task is a...

Computer Program

Algorithm

Machine Code

Binary Code

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of this program? Program int main() { cout<<"Hi everybody"; return 0; }

"Hi everybody"

Hi everybody"

Hi everybody

"Hi everybody

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?