Structura secventiala

Quiz
•
Computers
•
6th - 8th Grade
•
Hard
Alina Nedelcu
Used 49+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Care dintre operatiile de mai jos realizeaza citirea variabilei "n" de la tastatura
cout<<n;
cin<<n;
cout>>n;
cin>>n;
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Care dintre secventele de mai jos afiseaza pe ecran:
Buna ziua!
cout>>"Buna ziua!;
cout<<"Buna ziua!;
cout<<"Buna ziua!";
cout>>Buna ziua;
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Operatia de mai jos imi da ultima cifra a numarului "a":
a/2;
a%10;
a%2;
a/10;
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Numarul a este par daca:
a%2=0
a%2=1
a/2=0
a/2=1
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce se va afisa pe ecran daca a=5 si b=3 pentru urmatorul cod:
cin>>a>>b;
cout<<"a+b="<<a+b;
8
-8
a+b=8
a+b=-8
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Gaseste eroarea:
cin>>a>>b;
a=a+1;
b=a+1;
cout>>a+b
cin>>a>>b;
a=a+1;
b=a+1;
cout>>a+b;
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce va afisa secventa urmatoare pentru a=4 si b=2:
cin>>a>>b;
c=a;
a=b;
b=c;
cout<<a<<","<<b;
4,2
4;2
2,4
2;4
8.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ce afiseaza secventa de mai jos pentru a=2 si b=8
cin>>a>>b;
if (a%2==1) cout<<a;
else cout<<b;
2
2 8
8
8 2
Similar Resources on Wayground
10 questions
Programare cu C++ nivel 0-1

Quiz
•
6th - 8th Grade
10 questions
HTML5 TAGS

Quiz
•
7th - 10th Grade
10 questions
ÔN TẬP FOR... DO LỚP 8

Quiz
•
8th Grade
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
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
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade