PseudocodeVersión en línea online quiz por Radhika Shinh 1 Variables can hold different types of data, and they are classified based on the type of data they hold. The numbers 7.5, 2.1 and 48.6 would be stored using which variable data type? a Boolean b Floating Point c Integer d String 2 Which type of statement is an example of a selection programming structure? a If/else b while c do while d for 3 When a computer is performing the instructions contained in a program, it is called: a Debugging b Compiling c Assembling d Executing 4 Which type of programming structure requires each instruction to be performed in order, with no possibility of skipping an action or branching off to another action? a Loop b Sequence c Selection d Iteration 5 Which of the following items can be stored as an integer data type? a 100m sprint timing b Number of pages in a book c Item's price in the market d Currency conversion value 6 Constant is a quantity place that stores a data that will never be altered during the course of a program. a True b False