Test CLS 7 - Structura alternativă și structurile repetitive
Quiz
•
Computers
•
7th Grade
•
Medium
Varga Adorjan
Used 154+ times
FREE Resource
Enhance your content
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
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Programowanie
Quiz
•
1st Grade - Professio...
13 questions
BÀI THỰC HÀNH 2
Quiz
•
7th - 8th Grade
15 questions
Графика в C++
Quiz
•
7th - 10th Grade
14 questions
Buổi 10
Quiz
•
6th - 8th Grade
16 questions
Podstawy programowania I C++
Quiz
•
1st - 12th Grade
19 questions
Html Beginner
Quiz
•
6th - 11th Grade
20 questions
Unit 2 code.org
Quiz
•
7th - 9th Grade
20 questions
HTML
Quiz
•
KG - University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
25 questions
Exploring POV and Unreliable Narrators
Quiz
•
7th Grade
18 questions
Company Logos
Quiz
•
6th - 8th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade