QUESTION 1 Convert the following hexadecimal number : E72 to binary 2 points QUE
ID: 3555352 • Letter: Q
Question
QUESTION 1
Convert the following hexadecimal number : E72 to binary
2 points
QUESTION 2
Print the following message on the screen with one line of code:
"Hello , this is a C program"
2 points
QUESTION 3
Write a statement that adds variable x to variable sum and assign the result to sum.
2 points
QUESTION 4
Convert the following binary number : 100 1010 1001 to hexadecimal
2 points
QUESTION 5
Convert the following hexadecimal number : C94 to binary
2 points
QUESTION 6
Convert the following binary number : 1101 1000 to hexadecimal
2 points
QUESTION 7
Convert the following decimal number : 127 to binary
2 points
QUESTION 8
Convert the following decimal number : 101 to binary
2 points
QUESTION 9
Convert the following binary number : 1010111 to decimal
2 points
QUESTION 10
Print the following message on the screen with one line of code:
"Hello , this is a C program"
Path: p
Words:0
Press Tab to enter the content editor. For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac). -- Font family --Andale MonoArialArial BlackBook AntiquaComic Sans MSCourier NewGeorgiaHelveticaImpactSymbolTahomaTerminalTimes New RomanTrebuchet MSVerdanaWebdingsWingdings -- Font size --1 (8pt)2 (10pt)3 (12pt)4 (14pt)5 (18pt)6 (24pt)7 (36pt) -- Format --HeadingSub Heading 1Sub Heading 2ParagraphFormatted Code -- Font family -- -- Font size --
Path: p
Words:0
Explanation / Answer
Hi,
Please find the answers to your questions:
Answer 1 : 0000 1110 0111 0010
Answer 2 :
#include <stdio.h>
void main()
{
printf("Hello , this is a C program");
}
Answer 3 : sum=sum+x;
Answer 4 : 4A9
Answer 5 : 1100 1001 0100
Answer 6 : D8
Answer 7 : 1111111
Answer 8 : 1100101
Answer 9 : 87
Answer 10:
#include <stdio.h>
void main()
{
printf("Hello , this is a C program");
}
Hope it helped.Do rate :)
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.