
Adsız Test

Quiz
•
Computers
•
12th Grade
•
Hard

Emsal Academy
Used 1+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Programın çıktısı ne olur?
hi
hello
no
error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Programın çıktısı ne olur?
hi
how are you
compile time error
error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
void main()
{
int x = 5;
if (true);
printf("hello");
}
hello
Hata
Hiçbir şey görüntülenmeyecek
Derleyiciye bağlı
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Programın çıktısı ne olur?
false, 0
true, 0
true, 10
compile time error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
void main()
{
int x = 5;
if (x < 1);
printf("Hello");
}
Nothing
Run time error
Hello
Varies
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
int x = 0;
if (x++)
printf("true\n");
else if (x == 1)
printf("false\n");
}
true
false
compile time error
undefined behaviour
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
int x = 0;
if (x == 1)
if (x == 0)
printf("inside if\n");
else
printf("inside else if\n");
else
printf("inside else\n");
}
inside if
inside else if
inside else
compile time error
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Programın çıktısı ne olur?
true
false
Derleyiciye bağlıdır
Ekranda bir şey yazmaz
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Programın çıktısı ne olacaktır?
True
False
True False
No Output
Similar Resources on Wayground
10 questions
Operators in C

Quiz
•
9th - 12th Grade
10 questions
python

Quiz
•
9th - 12th Grade
10 questions
9B ETKİNLİK

Quiz
•
9th - 12th Grade
12 questions
Python_4

Quiz
•
9th - 12th Grade
10 questions
AP CSA Unit 1 & 2 Review

Quiz
•
9th - 12th Grade
10 questions
Quiz - 6 on Relational & Logical Operators

Quiz
•
12th Grade
7 questions
3erPar3ERProgramacion

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
7 questions
EAHS PBIS Lesson- Bathroom

Lesson
•
9th - 12th Grade
57 questions
How well do YOU know Neuwirth?

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade
4 questions
Study Skills

Lesson
•
5th - 12th Grade
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University