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
Create a free account and access millions of resources
Similar Resources on Wayground
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
20 questions
Programowanie

Quiz
•
1st Grade - Professio...
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
21 questions
Input Output Storage Device

Quiz
•
5th - 8th Grade