
Basics of Programming in C++

Quiz
•
Engineering
•
3rd Grade
•
Medium
Neira Dizdarević
Used 2+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Koja je ispravna ekstenzija za C++ datoteku?
.cpp
.c
.txt
.exe
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Koji od sljedećih načina je ispravan za ispis poruke na ekran?
cout << "Hello world!";
print("Hello world!");
echo "Hello world!";
System.out.println("Hello world!");
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Šta znači #include
Početak glavne funkcije
Uključivanje biblioteke za ulaz-izlaz
Deklaracija varijable
Komentar u kodu
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Koja funkcija je obavezna u svakom C++ programu?
start()
main()
init()
run()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kako je cijeli broj definiran u C++?
int broj;
float broj;
char broj;
string broj;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Koji će biti rezultat sljedećeg koda? int a = 5, b = 3; cout << a + b;
8
15
53
Greška
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kako se piše komentar u C++?
/* komentar */
// komentar
Obje metode su tačne
Komentari nisu podržani
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade