Basic Programming Concepts in C++ Language

Basic Programming Concepts in C++ Language

Assessment

Flashcard

Others

KG

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which symbol is used to end a statement in C++?

Back

; (semicolon)

2.

FLASHCARD QUESTION

Front

Which of the following is used to include a standard library in C++? Options: #include <iostream>, #lib include <iostream>, import <iostream>, use <iostream>

Back

#include <iostream>

3.

FLASHCARD QUESTION

Front

Which of the following is not a data types and variables in C++? integer, Floating-Point, Character, Tool

Back

Tool

4.

FLASHCARD QUESTION

Front

Which of the following data types can store a true or false value in C++? int, bool, char, float

Back

bool

5.

FLASHCARD QUESTION

Front

Which data types is used to store a single character in C++? Options: int, string, char, float

Back

char

6.

FLASHCARD QUESTION

Front

What is pinMode used for?

Back

Set a pin as an input or output

7.

FLASHCARD QUESTION

Front

What is digitalWrite used for?

Back

Set a pin to either HIGH (on) or LOW (off)

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?