C++ Knowledge Based Quiz I = IA

C++ Knowledge Based Quiz I = IA

University

15 Qs

quiz-placeholder

Similar activities

Control statement in Java

Control statement in Java

University

18 Qs

ms word

ms word

1st Grade - Professional Development

20 Qs

Weekly Quiz #1

Weekly Quiz #1

University

20 Qs

Variables, Tipos de Dato, Lectura y Escritura C++

Variables, Tipos de Dato, Lectura y Escritura C++

7th Grade - Professional Development

12 Qs

Python Internship Quiz

Python Internship Quiz

12th Grade - University

15 Qs

Parcial 4to Sistemas IB - 2021

Parcial 4to Sistemas IB - 2021

12th Grade - University

10 Qs

Go Pointers

Go Pointers

University

11 Qs

การจัดการฐานข้อมูล

การจัดการฐานข้อมูล

University

15 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?