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
17 questions
programozás

Quiz
•
9th Grade
17 questions
HTML

Quiz
•
9th - 12th Grade
20 questions
Part 1 Advance HTML and CSS

Quiz
•
9th - 12th Grade
20 questions
Teknoloji ve Donanım 1. Dönem 1. Yazılı

Quiz
•
8th Grade - University
17 questions
Intro to Web Design

Quiz
•
9th - 12th Grade
20 questions
Intro to HTML

Quiz
•
8th - 12th Grade
21 questions
CodeHS JavaScript

Quiz
•
8th - 12th Grade
20 questions
Soal - soal latihan TIK kelas 9 semester 2

Quiz
•
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