
TestClasa9Grile

Quiz
•
Computers
•
9th Grade
•
Hard
Chis Lucian
Used 2+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Fie n cel mai mare număr natural prim de 5 cifre cu toate cifrele distincte. Care este restul împărtirii lui n la 37?
15
31
4
11
27
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Variabila n reprezintă un număr natural cu exact două cifre. Precizați câte dintre expresiile următoare au valoarea 1/true dacă și numai dacă, cifrele lui n au aceeași paritate.
(n/10–n%10)%2==0
n/10%2==n%2
n/10==n%10
(n/10+n%10*10)%2==n%2
n/2==n%2
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
În secvența următoare variabilele n și m au ca valori numere naturale.
n=42015; m=0;
while(n>0) { m=m*100+n/10%10*10+n%10;
n/=100; }
După rularea secvenței, valoarea variabilei m este:
15024
15204
24051
51024
152004
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Variabila x este de tip întreg și reprezintă o cifră nenulă. Precizați care dintre expresiile următoare este echivalentă cu expresia: x == 7 || x == 5
35%x==0
x!=7&&x!=5
!(x!=7&&x!=5)
x>4&&!(x%2==0||x%3==0)
!(x!=7||x!=5)
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Precizați care dintre următoarele expresii are valoarea 1/true dacă şi numai dacă numărul natural nenul memorat în variabila x nu este divizibil cu 6.
x==6
x%6 == 0
x/6>0
x%2+x%3>0
x>6
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Precizați care dintre următoarele instrucțiuni este corectă dacă variabilele x, y și z au declarările de mai jos:
float x; int y,z;
x = x*y%z;
x = z%y*x;
x = x%y*z;
x = x%z;
y = z%x;
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Precizați care este instrucţiunea prin care variabilei y i se atribuie numărul obţinut prin inversarea ordinii cifrelor numărului natural format din exact 2 cifre, memorat în variabila întreagă x.
y=x/10*10+x%100;
y=x%10+x/10;
y=x%10*10+x/10;
y=x%100/10;
y=x%10/10;
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
Interactive Animations and Games from code.org

Quiz
•
7th - 12th Grade
12 questions
Sistemul de operare Windows

Quiz
•
5th - 12th Grade
9 questions
Hardware - structura unui calculator personal

Quiz
•
9th Grade
10 questions
Entiti dan Atribut

Quiz
•
9th Grade
9 questions
TIC - evaluare inițială

Quiz
•
9th Grade
10 questions
Занятие 04 D1_C++_1_2_base

Quiz
•
8th - 9th Grade
10 questions
Dispozitive de intrare-iesire & retele de calculatoare

Quiz
•
4th - 9th Grade
10 questions
Variables in C++

Quiz
•
9th - 12th 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