Chuyên đề 1. Các kiến thức cơ bản_Python

Chuyên đề 1. Các kiến thức cơ bản_Python

12th Grade

59 Qs

quiz-placeholder

Similar activities

IT June 2020 Paper 1

IT June 2020 Paper 1

12th Grade

57 Qs

Ôn tập Tin học lớp 3 HK 2

Ôn tập Tin học lớp 3 HK 2

3rd Grade - University

60 Qs

kmap

kmap

12th Grade

58 Qs

VBIT I-II PYTHON QUIZ MID-1

VBIT I-II PYTHON QUIZ MID-1

9th - 12th Grade

60 Qs

Sim_PraOSK_Informatika_5

Sim_PraOSK_Informatika_5

9th - 12th Grade

60 Qs

AQA Computer Science [AS Level]

AQA Computer Science [AS Level]

12th Grade

63 Qs

Pretest Informatika

Pretest Informatika

12th Grade

61 Qs

Coding Final Answer Sheet

Coding Final Answer Sheet

12th Grade

54 Qs

Chuyên đề 1. Các kiến thức cơ bản_Python

Chuyên đề 1. Các kiến thức cơ bản_Python

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Sỹ Minh

Used 5+ times

FREE Resource

59 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following Python script.

When you click on the file using a Windows file explorer, the script executes but you are unable to see the output. How would you fix that?

Media Image
Media Image
Media Image

D. There is nothing to output

E. None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

A. JamesJamesJamesJamesJamesJames

B. JamesJamesJamesJamesJames

C. JamesJamesJamesJames

D. JamesJamesJames

E. Error: invalid syntax

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

4 is 100 in binary and 11 is 1011. What is the output of the following bitwise operators?

A. 15

1

B. 14

1

C. 11

4

D. 15

2

E. 14

2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output "Hello World" in Python?

A. echo("Hello World");

B. p("Hello World")

C. print("Hello World")

D. echo "Hello World"

E. None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of “Hello”.upper().capitalize()?

A. “Hello”

B. “hello”

C. “HELLO”

D. Runtime Error

E. None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the statement evaluates the same to the statement below?

A. print ( 2*27*4)

B. print ( 2*3*4)

C. print ( 2*3**4)

D. print ( 2*3*3*4)

E. None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method can be used to replace parts of a string?

A. replaceString()

B. replace()

C. repl()

D. switch()

E. replaceStr()

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?