Test Cls 7 Sem I

Quiz
•
Computers
•
6th Grade
•
Easy
Varga Adorjan
Used 14+ times
FREE Resource
12 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=7;
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=4;
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
4.
MULTIPLE CHOICE QUESTION
30 sec • 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
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int n=5;
if( n%2==0) { cout << "Par";}
else { cout << "Impar";}
Par
Impar
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int a=6,b=4;
if( a>b) { cout << a;}
else { cout << b;}
a
b
4
6
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Ce se afișează în urma executării următoarelor instrucțiuni?
int i=1,n=4;
while(i<=n){ cout << i << " "; i++;}
1 2 3 4 5
0 1 2 3 4 5
1 2 3 4
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Reference and Pointers in C++

Quiz
•
6th - 8th Grade
10 questions
C++

Quiz
•
6th - 8th Grade
11 questions
Caligrafía | CM7

Quiz
•
1st - 10th Grade
8 questions
Robotics Quiz

Quiz
•
1st - 12th Grade
10 questions
Programare cu C++ nivel 0-1

Quiz
•
6th - 8th Grade
10 questions
Podstawy C++

Quiz
•
1st - 8th Grade
10 questions
Programare cu C++ avansat 3

Quiz
•
6th - 8th Grade
10 questions
HTML Tags

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade