Q1> Select any One correct answer (10 marks) a) Values of ______ are not modified during the execution of the program. 1 point a. Variables b. constants c. numbers d. characters. Clear selection b) Values of ______ can be modified during the execution of the program. 1 point a. Variables b. constants c. numbers d. characters. Clear selection c) int and float are use to store _______. 1 point a. Variables b. constants c. numbers d. characters. Clear selection d) ______ is used to display text and values on the screen. 1 point a. scanf() b. getchar() c. if() d. printf() Clear selection e) The steps taken to solve a particular problem is known as _____. 1 point a. Answer b. header file c. function d. Program Clear selection f) The C program must have ______ function. 1 point a. main() b. printf() c. scanf() d. If() Clear selection g) The _______ is the software that translates high level language into Machine language. 1 point a. C language b. programiz c. Compiler d. executable file Clear selection h) To write a comment in a C program, the sentence must start with ____ 1 point a. # b. % c. /* d. = Clear selection i) ______ function is used to get formatted input . 1 point a. printf() b. scanf() c. getchar() d. putchar() Clear selection j) The variable name must start with _______ 1 point a. Number b. alphabet c. = sign d. & sign Clear selection Q2) Solve the following :(5 marks) If we have 3 variables : int a, b=5, c=10; than a) If a= c++; printf (“a =%d,c= %d”,a,c); The output will be 1 point a. a=10, c=10 b. a=11, c=10 c. a=10, c=11 d. a=11, c=11 Clear selection b) If a= ++b; printf (“a =%d,b= %d”,a,b); The output will be 1 point a. a=5, b=5 b. a=5, b=6 c. a=6, b= 5 d. a=6, b=6 Clear selection c) If a= c--; printf (“a =%d,c= %d”,a,c); The output will be 1 point a. a=10, c=10 b. a=10, c=9 c. a=9, c=9 d. a=9, c=10 d) If b+=8; printf(“b=%d”,b) ; The output will be 1 point a. b=5 b. b=8 c. b= 13 d. b=3 e) if a= c%b; printf(“a=%d”,a); The output will be 1 point a. a =10 b. a=2 c. a=5 d. a=0
Answers
Answered by
2
Steps to simplifying fractions
Find the GCD (or HCF) of numerator and denominator
GCD of 250 and 50 is 50
Divide both the numerator and denominator by the GCD
250 ÷ 50
50 ÷ 50
Reduced fraction:
5
1
Therefore, 250/50 simplified to lowest terms is 5/1.
Answered by
2
Photosynthesis is the process by which plants use sunlight, water, and carbon dioxide to create oxygen and energy in the form of sugar.
Hope it will be helpful for you dear :)
Similar questions