BİLGİSAYAR BİLİMİ QUİZ

Quiz
•
Computers
•
9th Grade
•
Hard
Beyza Pazar
Used 28+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print(1 + 6 + 4 + 10) Yukarıdaki kod çalıştırıldığında sonuç olarak aşağıdaki şıklardan hangisi verilecektir?
16410
Hata verir
21
0
11
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print(“1 + 6 + 4 + 10”) Yukarıdaki kod çalıştırıldığında sonuç olarak aşağıdaki şıklardan hangisi verilecektir?
16410
Hata verir
21
1+6+4+10
16
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Aşağıdaki verilen operatör-görevi eşleştirmelerinden hangisi yanlıştır?
** Kuvvet, üs
>= Büyük veya eşit mi?
// Tam bölme
% Mod
= Eşit mi?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Aşağıdaki önermelerden hangi “True” (Doğru) değeri döndürür?
45<30
x=5, y=2, x+y==3
58>34
35==25
15==30
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
sayi = int(input("Bir sayı giriniz: "))
if sayi > 10:
print("Girdiğiniz sayı 10'dan büyüktür!")
if sayi < 10:
print("Girdiğiniz sayı 10'dan küçüktür!")
if sayi == 10:
print("Girdiğiniz sayı 10'dur!")
Yukarıdaki kodlara göre kullanıcı 7 değerini girdiğinde hangi sonuç ekrana çıkar?
Girdiğiniz sayı 10'dan büyüktür!
Girdiğiniz sayı 10'dan küçüktür!
Girdiğiniz sayı 10'dur!
Girdiğiniz sayı geçersizdir!
Hiçbiri
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
sayi1=int(input(“1.sayıyı giriniz: ”))
sayi2= int(input(“2.sayıyı giriniz: ”))
işlem= input(“Hangi işlemi yapmak istersiniz + - * / : ”)
if işlem==“+”:
print(“Sonuç: ”, sayi1+sayi2)
if işlem==“-”:
print(“Sonuç: ”, sayi1-sayi2)
if işlem==“*”:
print(“Sonuç: ”, sayi1*sayi2)
if işlem==“/”:
print(“Sonuç: ”, sayi1/sayi2)
Yukarıda 4 işlem yapan kodlar çalıştıktan sonra kullanıcı klavyeden 25 ve 5 sayıları ile işlem için / karakteri girilirse işlem sonucu ne olur?
5
20
125
25
50
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Hangisi kurallara uymayan bir değişken adıdır?
ad_soyad
ad3soyad4
ad/Soyad
adSoyad
soyadAd
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
İşlemciler

Quiz
•
9th - 10th Grade
18 questions
İşletim Sistemleri ve Kurulum ( 9. Sınıf BTT )

Quiz
•
9th - 10th Grade
18 questions
Web Design Advanced HTML CSS

Quiz
•
9th - 12th Grade
19 questions
Program Development - Python: Operators

Quiz
•
9th - 10th Grade
20 questions
Y8 - Web page design (HTML & CSS)

Quiz
•
9th - 11th Grade
20 questions
8 klasa C++

Quiz
•
7th - 10th Grade
20 questions
JavaScript Basics CodeHS

Quiz
•
7th - 12th Grade
20 questions
Arduino Kod Okur Yazarlığı 1

Quiz
•
5th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade