IoT_aSSIGNMENT 06

IoT_aSSIGNMENT 06

University

14 Qs

quiz-placeholder

Similar activities

quiz - 7(exceptions and file handling)

quiz - 7(exceptions and file handling)

12th Grade - University

9 Qs

Suki's Kimono

Suki's Kimono

KG - University

12 Qs

Medicare Overpayments

Medicare Overpayments

12th Grade - Professional Development

10 Qs

IOT SYNERGIA DAY-3

IOT SYNERGIA DAY-3

University

10 Qs

Raspberry Quiz 1

Raspberry Quiz 1

University

12 Qs

FILE SYSTEM (SO)

FILE SYSTEM (SO)

University

15 Qs

Induction FunAct

Induction FunAct

University

10 Qs

Kuis Pertemuan 1 dan 2

Kuis Pertemuan 1 dan 2

University

15 Qs

IoT_aSSIGNMENT 06

IoT_aSSIGNMENT 06

Assessment

Quiz

Other

University

Easy

Created by

Sachin Patil

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Statement: “Python is popular for embedded application development as it is a very lightweight programming language.”

Correct Answer: a. True

Detailed Solution: Python is popular for embedded application development as it is a very lightweight programming language.


  1. True

  1. False 

None

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following piece of Python code. What is the output?

x = [4, 5, 6]

y = [str(x[0] + 1), str(len(x) * 2) + '&Code']

z = y[1].split('&')

print(z[1])

Correct Answer: c. Code


a) 5

b) 12

c) Code

d) &Code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

State True or False.

Statement: “To indicate different blocks of code, Python follows rigid indentation.”

Correct Answer: a. True

Detailed Solution: To indicate different blocks of code, Python follows rigid indentation.


  1. True

  1. False

none

none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following line of code in Python?

>>> print “Hi, Welcome to python!”

Correct Answer: a. Hi, Welcome to python!

Detailed Solution: The output of the following line of code in Python - 


  1. Hi, Welcome to python!

  1. “Hi, Welcome to python!”

  1. Hi, Welcome to python

  1. None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

During remote server access by a Raspberry Pi, where the Raspberry Pi acts as a client, the client needs the following?

Correct Answer: c. Both server IP address and port number

Detailed Solution: A client can communicate with a server only if both IP address and port numbers are known.

a. Only IP address of server

b. Only port number

c. Both server IP address and port number

d. Client’s IP address

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

State whether the following command to install the PIL library is correct or not.
sudo pip install pillow

Correct Answer: a. Correct

Detailed Solution: The command to install the PIL library is sudo pip install pillow. 


  1. Correct

  1. Incorrect

none

none

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "w" mode in the open() function in Python?

Correct Answer: B) To write data to a file, overwriting existing content

Detailed Solution: “w” mode is used to write data to a file, overwriting existing content


A) To read a file


B) To write data to a file, overwriting existing content

C) To append data to a file

D) To open a file in read and write mode

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?