Please select a subject first
Advertisements
Advertisements
Express the following decimal number into a hexadecimal number.
548
Concept: undefined >> undefined
Express the following decimal number into a hexadecimal number.
4052
Concept: undefined >> undefined
Advertisements
Express the following decimal number into a hexadecimal number.
58
Concept: undefined >> undefined
Express the following decimal number into a hexadecimal number.
100.25
Concept: undefined >> undefined
Express the following hexadecimal number into an equivalent decimal number.
4A2
Concept: undefined >> undefined
Express the following hexadecimal number into an equivalent decimal number.
9E1A
Concept: undefined >> undefined
Express the following hexadecimal number into an equivalent decimal number.
6BD
Concept: undefined >> undefined
Express the following hexadecimal number into an equivalent decimal number.
6C.34
Concept: undefined >> undefined
The hexadecimal number system uses 16 literals (0–9, A–F). Write down its base value.
Concept: undefined >> undefined
Write the equivalent hexadecimal and binary values for each character of the phrase given below.
‘‘हम सब एक”
Concept: undefined >> undefined
Differentiate between cloud computing and grid computing with suitable examples.
Concept: undefined >> undefined
Consider the following dictionary stateCapital:
stateCapital = {"AndhraPradesh":"Hyderabad",
"Bihar":"Patna","Maharashtra":"Mumbai",
"Rajasthan":"Jaipur"}
Find the output of the following statement:
print(stateCapital.get("Bihar"))Concept: undefined >> undefined
Consider the following dictionary stateCapital:
stateCapital = {"AndhraPradesh":"Hyderabad",
"Bihar":"Patna","Maharashtra":"Mumbai",
"Rajasthan":"Jaipur"}
Find the output of the following statement:
print(stateCapital.values())Concept: undefined >> undefined
Consider the following dictionary stateCapital:
stateCapital = {"AndhraPradesh":"Hyderabad",
"Bihar":"Patna","Maharashtra":"Mumbai",
"Rajasthan":"Jaipur"}
Find the output of the following statement:
print(stateCapital.items())Concept: undefined >> undefined
Consider the following dictionary stateCapital:
stateCapital = {"AndhraPradesh":"Hyderabad",
"Bihar":"Patna","Maharashtra":"Mumbai",
"Rajasthan":"Jaipur"}
Find the output of the following statement:
print(len(stateCapital))Concept: undefined >> undefined
Consider the following dictionary stateCapital:
stateCapital = {"AndhraPradesh":"Hyderabad",
"Bihar":"Patna","Maharashtra":"Mumbai",
"Rajasthan":"Jaipur"}
Find the output of the following statement:
print(stateCapital.get("Assam"))Concept: undefined >> undefined
Consider the following dictionary stateCapital:
stateCapital = {"AndhraPradesh":"Hyderabad",
"Bihar":"Patna","Maharashtra":"Mumbai",
"Rajasthan":"Jaipur"}
Find the output of the following statement:
del stateCapital["Rajasthan"]
print(stateCapital)Concept: undefined >> undefined
Identify the category (system, application, programming tool) of the following software:
Text editor
Concept: undefined >> undefined
Governments provide various scholarships to students of different classes. Prepare a report on how blockchain technology can be used to promote accountability, transparency, and efficiency in the distribution of scholarships.
Concept: undefined >> undefined
Consider the following dictionary stateCapital:
stateCapital = {"AndhraPradesh":"Hyderabad",
"Bihar":"Patna","Maharashtra":"Mumbai",
"Rajasthan":"Jaipur"}
Find the output of the following statement:
print(stateCapital.keys())Concept: undefined >> undefined
