Explanation:
10:A program that assigns the sum 20,30,40
20: input 20,30,40
30:sum input
40: print total
End
Answer:
a.
Explanation:
Two bytes have 2 times 8 bits is 16 bits.
Max value that can be expressed is 2¹⁶-1 = 65535
software programming like adobe flash.
Answer:
E. Genetic algorithms
Explanation:
In Computer science, Genetic algorithms are model building techniques where computers examine many potential solutions to a problem, iteratively modifying various mathematical models, and comparing the mutated models to search for a best alternative.
Answer:
The correct answer is:
Option D: Put Quotation marks around the string
Explanation:
There are various data types that are used to store data in programming i.e. numeric, alphabetic, alphanumeric etc.
Given that Jenn wants to store the value in variable. The names of cars are usually rods and the data type for them is string.
Whenever a string is used, quotation marks are used around it. The quotation marks make it easier for the compilers and interpreters to identify string.
Hence,
The correct answer is:
Option D: Put Quotation marks around the string