subject

. Input, Output and Storage Devices
Put the name of the following devices into right category:
help box 1.Pen drive Mouse keyboard 2.Microphone 3.CD 4.printer 5.scanner 6.speaker 7.Disc 8. Monitor 9.Hard disk 10.Drive
Storage Devices =
Output Devices =
Input Devices =

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:00
Assume that you have an array of integers named a. which of these code segments print the same results? int i = 1; while(i < a.length) { system.out.println(a[i]); i++; } int i; for (i = 0; i < a.length; i++) { system.out.println(a[i]); } for (int i : a) { system.out.println(i); } i and ii only ii and iii only i and iii only all three print the same results. all three print different results.
Answers: 3
question
Computers and Technology, 22.06.2019 10:00
According to alisa miller foreign news bureaus
Answers: 3
question
Computers and Technology, 22.06.2019 18:30
Which cultural aspect does this type of song best portray? a german polka dance
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_cost should be removed since header files should not contain constants.c)the definition of book should be removed since header files should not contain class definitions.d)the body of the calculate_terms function should be added to the header file.
Answers: 1
You know the right answer?
. Input, Output and Storage Devices
Put the name of the following devices into right category...
Questions
question
Mathematics, 07.05.2021 22:50
question
Mathematics, 07.05.2021 22:50
question
Mathematics, 07.05.2021 22:50
question
Mathematics, 07.05.2021 22:50
question
Mathematics, 07.05.2021 22:50
question
Mathematics, 07.05.2021 22:50
question
Mathematics, 07.05.2021 22:50
Questions on the website: 13722367