קלט פלט משתנים והוראות השמה

קלט פלט משתנים והוראות השמה

7th Grade - University

20 Qs

quiz-placeholder

Similar activities

Python Chapter

Python Chapter

9th - 12th Grade

20 Qs

Python Review

Python Review

9th Grade

24 Qs

מוט וטבעות מבדק מסכם

מוט וטבעות מבדק מסכם

9th - 12th Grade

20 Qs

Subroutines

Subroutines

9th - 11th Grade

25 Qs

Some Python basics

Some Python basics

6th - 8th Grade

16 Qs

Unit 4 Test JS

Unit 4 Test JS

9th - 12th Grade

15 Qs

ALGORITMOS PSEINT I

ALGORITMOS PSEINT I

9th - 12th Grade

21 Qs

CPModule 3 Making Decisions

CPModule 3 Making Decisions

9th - 12th Grade

25 Qs

קלט פלט משתנים והוראות השמה

קלט פלט משתנים והוראות השמה

Assessment

Quiz

Computers

7th Grade - University

Easy

Created by

אריאל קלפנר

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

java איזה שם משתנה מבין השמות הבאים הוא לא תקני בשפת

1number

number1

number_1

number

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

java איזה שם משתנה מבין השמות הבאים הוא תקני בשפת

1number

number1

nu mber 1

number 1

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

:נתונה שורת הקוד הבאה

Scanner in = new Scanner(System.in);

num = in.nextInt();

בהנחה שהמשתמש הקליד את הערך 15

? num מה יהיה ערכו של

אף תשובה אינה נכונה

-15

0

15

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

? נתונות שורות הקוד הבאות מה יהיה הפלט

System.out.print("Computer") ;

System.out.println("Science") ;

computerscience

Computer

Science

ComputerScience

Computer Science

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

? נתונות שורות הקוד הבאות מה יהיה הפלט

System.out.print("My age is: ") ;

System.out.println("15") ;

my age is: 15

My age is:

15

My age is:15

My age is: 15

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

? נתונות שורות הקוד הבאות מה יהיה הפלט

System.out.println("My age is: " + 16) ;

System.out.print("bye") ;

my age is: 16

bye

My age is:

16

bye

My age is:16 bye

My age is: 16

bye

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

? נתונות שורות הקוד הבאות מה יהיה הפלט

System.out.println("3" + "5") ;

3 5

35

3 + 5

8

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?