Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=5;
if(a==b){ cout << "DA";}
else { cout << "NU";}
Test CLS 7 - Structura alternativă și structurile repetitive
Quiz
•
Computers
•
7th Grade
•
Medium
Varga Adorjan
Used 154+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=5;
if(a==b){ cout << "DA";}
else { cout << "NU";}
DA
NU
4
5
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=5;
if (a!=b) { cout << "DA"; }
else { cout << "NU";}
DA
NU
4
5
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=5;
if( a<b) { cout << "DA";}
else { cout << "NU";}
DA
NU
4
5
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=4;
if( a>=b) { cout << "DA";}
else { cout << "NU";}
DA
NU
4
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=10,x=3;
if( a<=x && x<=b) { cout << "DA";}
else { cout << "NU";}
DA
NU
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=4,b=5;
if( a == b-1 || b== a-1) { cout << "DA";}
else { cout << "NU";}
DA
NU
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int n=5;
if( n<5) { cout << "Corigent";}
else { cout << "Promovat";}
Corigent
Promovat
13 questions
BÀI THỰC HÀNH 2
Quiz
•
7th - 8th Grade
23 questions
Clone scratch
Quiz
•
4th Grade - University
15 questions
Графика в C++
Quiz
•
7th - 10th Grade
22 questions
Програмирање во С++ за 7 одделение
Quiz
•
7th Grade
15 questions
Limbajul C++
Quiz
•
7th Grade
21 questions
C++Bien_pheptoan_CB
Quiz
•
1st Grade - University
14 questions
Python Input, Print, and Expressions
Quiz
•
7th Grade
16 questions
HTML
Quiz
•
5th Grade - Professio...
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
12 questions
Multiplying Fractions
Quiz
•
6th Grade
30 questions
Biology Regents Review #1
Quiz
•
9th Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function
Quiz
•
9th - 12th Grade