Advertisements
Advertisements
Give the output of the following when num1 = 4, num2 = 3, num3 = 2.
num1 = 24 // 4 // 2
print(num1)
Concept: undefined >> undefined
Write a program to input your friends’ names and Phone Numbers and store them in the dictionary as the key-value pair. Perform the following operations on the dictionary:
- Display the name and phone number of all your friends
- Add a new key-value pair in this dictionary and display the modified dictionary
- Delete a particular friend from the dictionary
- Modify the phone number of an existing friend
- Check if a friend is present in the dictionary or not
- Display the dictionary in sorted order of names
Concept: undefined >> undefined
Advertisements
Identify the category (system, application, programming tool) of the following software:
Ubuntu
Concept: undefined >> undefined
Ask your teacher to help you locate any two device drivers installed on your computer.
Concept: undefined >> undefined
Write any two system software and two application software installed on your computer.
Concept: undefined >> undefined
Express the following octal number into their equivalent decimal number.
145
Concept: undefined >> undefined
Express the following octal number into their equivalent decimal number.
6760
Concept: undefined >> undefined
Express the following octal number into their equivalent decimal number.
455
Concept: undefined >> undefined
Express the following octal number into their equivalent decimal number.
10.75
Concept: undefined >> undefined
Convert the following binary number into an octal and hexadecimal number.
1110001000
Concept: undefined >> undefined
Convert the following binary number into an octal and hexadecimal number.
110110101
Concept: undefined >> undefined
Convert the following binary number into an octal and hexadecimal number.
1010100
Concept: undefined >> undefined
Convert the following binary number into an octal and hexadecimal number.
1010.1001
Concept: undefined >> undefined
Write the binary equivalent of the following octal number.
2306
Concept: undefined >> undefined
Write the binary equivalent of the following octal number.
5610
Concept: undefined >> undefined
Write the binary equivalent of the following octal number.
742
Concept: undefined >> undefined
Write the binary equivalent of the following octal number.
65.203
Concept: undefined >> undefined
Write a short note on the following:
Cloud Computing
Concept: undefined >> undefined
Justify the following statement:
“Storage of data is cost-effective and time saving in cloud computing.”
Concept: undefined >> undefined
What is an on-demand service? How it is provided in cloud computing?
Concept: undefined >> undefined
