Please select a subject first
Advertisements
Advertisements
Try the following conversion.
(11001010)2 = (?)10
Concept: undefined >> undefined
Try the following conversion.
(1010111)2 = (?)10
Concept: undefined >> undefined
Advertisements
Write a binary representation of the following hexadecimal number.
4026
Concept: undefined >> undefined
Write a binary representation of the following hexadecimal number.
BCA1
Concept: undefined >> undefined
Write a binary representation of the following hexadecimal number.
98E
Concept: undefined >> undefined
Write a binary representation of the following hexadecimal number.
132.45
Concept: undefined >> undefined
Presume that a ladder is put upright against a wall. Let variables length and angle store the length of the ladder and the angle that it forms with the ground as it leans against the wall. Write a Python program to compute the height reached by the ladder on the wall for the following values of length and angle:
- 16 feet and 75 degrees
- 20 feet and 0 degrees
- 24 feet and 45 degrees
- 24 feet and 80 degrees
Concept: undefined >> undefined
Schools use the “Student Management Information System” (SMIS) to manage student-related data. This system provides facilities for:
- recording and maintaining the personal details of students.
- maintaining marks scored in assessments and computing results of students.
- keeping track of student attendance.
- managing many other student-related data. Let us automate this process step by step.
Identify the personal details of students from your school identity card and write a program to accept these details for all students of your school and display them in the following format.
|
Name of School Student Name: PQR Roll No: 99 |
Concept: undefined >> undefined
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
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
