Evaluare sumativă C++ clasa a 9 - a

Quiz
•
Computers
•
9th Grade
•
Medium
Violina Bargan
Used 5+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Care din variantele de mai jos este corect conform secvenței?
cout << "****" << endl << "****" << "endl";
*****
*****endl
****
****
endl
****
endl
****
****endl****endl
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care din secvențele de mai jos se potrivește cu propoziția?
a egal cu b
a==b
a!=b
a%2==b%2
a%10==b%10
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care din secvențele de mai jos se potrivește cu propoziția?
a diferit de b
a==b
a!=b
a%2==b%2
a%10==b%10
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care din secvențele de mai jos se potrivește cu propoziția?
a și b au aceași paritate
a==b
a!=b
a%2==b%2
a%10==b%10
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care din secvențele de mai jos se potrivește cu propoziția?
a și b au aceași ultimă cifră
a==b
a!=b
a%2==b%2
a%10==b%10
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Selectați varianta corectă.
Ce rezultat dă secvența de program?
if(a>99 && a<1000 && a%10==2)
103
204
92
202
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ce va afisa următoarea secvență de program?
int a, b;
cin >> a >> b;
if(a>b) cout << a;
else if(b>a) cout << b;
else cout << "0";
afișează comparația dintre 2 numere
compară 2 numere
afișează a și b dcă sunt mai mari
gaseste maximum dintre a si b, daca sunt egale afiseaza zero
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
HTML & CSS

Quiz
•
9th - 12th Grade
17 questions
HTML Pop Quiz

Quiz
•
8th - 12th Grade
20 questions
Python -Iteration (loops)

Quiz
•
7th - 12th Grade
20 questions
Test componente hardware

Quiz
•
9th Grade
20 questions
Web 101 Assessment

Quiz
•
9th - 12th Grade
21 questions
The World Wide Web

Quiz
•
7th - 9th Grade
20 questions
SDA Chapter 7A Vocabulary

Quiz
•
6th - 9th Grade
20 questions
SDA Chapter 2 Vocabulary

Quiz
•
7th - 9th 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
10 questions
Proper Keyboarding Techniques

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

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade