
Test Quizizz Informatica Divizori+Euclid
Authored by voicumaximilian24 apple_user
Information Technology (IT)
11th Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 20 pts
Care este scopul principal al algoritmului lui Euclid în informatică?
Să determine dacă un număr este prim
Să afle cel mai mic multiplu comun (cmmmc)
Să calculeze cel mai mare divizor comun (cmmdc)
Să sorteze o listă de numere întregi
2.
MULTIPLE CHOICE QUESTION
2 mins • 20 pts
Care este condiția de oprire în algoritmul lui Euclid (varianta cu împărțire)?
Când cele două numere devin egale
Când restul împărțirii devine 0
Când unul dintre numere este par
Când suma celor două numere este 0
3.
MULTIPLE CHOICE QUESTION
2 mins • 20 pts
Ce rezultat va avea algoritmul lui Euclid pentru cmmdc(48, 18)?
12
6
3
24
4.
MULTIPLE CHOICE QUESTION
2 mins • 20 pts
Ce relație matematică stă la baza algoritmului lui Euclid?
cmmdc(a, b) = a × b
cmmdc(a, b) = cmmdc(b, a % b)
cmmdc(a, b) = a + b
cmmdc(a, b) = a - b
5.
MULTIPLE CHOICE QUESTION
2 mins • 20 pts
Care dintre următoarele implementări în C++ este corectă pentru algoritmul lui Euclid (varianta cu rest)?
int cmmdc(int a, int b) {
return a + b;
}
int cmmdc(int a, int b) {
return a / b;
}
int cmmdc(int a, int b) {
while (b != 0) {
int r = a % b;
a = b;
b = r;
}
return a;
}
int cmmdc(int a, int b) {
while (a != b) {
a = a - b;
}
return a;
}
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Աղջիկներ թգհգ
Quiz
•
6th Grade - University
10 questions
2TDS - Programação Frontend
Quiz
•
11th Grade
10 questions
Kuis Informatika kela X
Quiz
•
10th Grade - University
10 questions
Asesmen Algoritma dan Pemogramanan
Quiz
•
11th Grade
7 questions
Simulation questions- Hardware I
Quiz
•
11th Grade
10 questions
BÀI 19. THỰC HÀNH TẠO LẬP CƠ SỞ DỮ LIỆU VÀ CÁC BẢNG
Quiz
•
11th Grade
10 questions
QUIZ POST TEST_MATERI POWERPOINT
Quiz
•
11th Grade
10 questions
Penilaian Tengah Semester
Quiz
•
11th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
Discover more resources for Information Technology (IT)
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
15 questions
Making Inferences
Quiz
•
7th - 12th Grade
15 questions
Main Idea and Supporting Details.
Quiz
•
4th - 11th Grade
12 questions
Add and Subtract Polynomials
Quiz
•
9th - 12th Grade
7 questions
How James Brown Invented Funk
Interactive video
•
10th Grade - University
15 questions
Atomic Habits: Career Habits
Lesson
•
9th - 12th Grade
16 questions
ACT English - Grammar Practice #2
Quiz
•
11th Grade
20 questions
Banking
Quiz
•
9th - 12th Grade