Susie purchased a tablet computer. Which of the following devices should she use to work on her new computer?

A. ?A digital pen
B. ?A primary key
C. ?A secondary key
D. ?An analog pen


Answer: A

Computer Science & Information Technology

You might also like to view...

What should you define if you want to grant several users the same permissions to database objects?

A. schema B. user C. role D. access list

Computer Science & Information Technology

What would the browser display if the following code is executed in a script?

``` var x = 11, y = 14; if ( x > 13 ) if ( y > 13 ) document.writeln( "x and y are > 13" ); else document.writeln( "x is <= 13" ); ``` a) nothing, the code will generate an error b) 11 c) x and y are > 13 d) x is <= 13

Computer Science & Information Technology

What is an expert system and what is used for?

What will be an ideal response?

Computer Science & Information Technology

Let G be an undirected graph. G is called ____ if there is a path from any vertex to any other vertex.

A. attached B. converted C. completed D. connected

Computer Science & Information Technology