C++ Knowledge Based Quiz I = IA

C++ Knowledge Based Quiz I = IA

University

15 Qs

quiz-placeholder

Similar activities

Lógica de programación JAVA

Lógica de programación JAVA

University

18 Qs

metodos de acceso

metodos de acceso

University

14 Qs

Recuperación sesión 02

Recuperación sesión 02

University

11 Qs

HARI 3-KHAIRUN NI'MAH PENGENALAN CODING DAN AI

HARI 3-KHAIRUN NI'MAH PENGENALAN CODING DAN AI

6th Grade - University

10 Qs

Thunkable

Thunkable

University

20 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

University

10 Qs

Preguntas sobre C#

Preguntas sobre C#

University

10 Qs

C++ Exercise (4/8/2021)

C++ Exercise (4/8/2021)

University

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