18 solutions available
Question 8The superimposition of computer-generated perceptual information over the existing physical surrounding is called ............... .
Question 9Seema is collecting data for her science project from science blogs, e-newspapers and various websites this process is known as...
Question 10What will be the correct output of the following code:a, b = '30', '5' c = a+b print(c)19305ValueErrorTypeError
Question 11If you add a new column in a table using the Alter Table command, which value is inserted in the new column for the existing rows?
Question 12If a < b and a < c thena is the greatest numbera is the smallest numberb is the greatest numberc is the greatest number
Question 13Mismatched redundant copies of data is known as Data ............... .DependenceRedundancyInconsistencyIsolation
Question 14............... is a subfield of linguistics, Computer Science and Artificial Intelligence concerned with the interaction between computer...
Question 15Convert 1 GB to 1 Kilobytes.
Question 16Shikha has written the following SQL statement:Select Name, Dept, Salary*12 as "Annual Salary" from EMP;What is "Annual Salary" in the...
Question 17Consider the following dictionaryBook = {1 : "Informatics Practices", 2 : "Computer Science ", 3 : "Information...
Question 18For a given listL = [1, 2, 3, 4, 5, 6]the index of element 4 will be:Assertion (A): The index of element 4 will be 3 or -3.Reasoning (R):...
Question 20What will be the output of the following code?for k in range(-10, 0, 2): print(k)
Question 21Differentiate between cloud computing and grid computing?
Question 23What will be the output of the following code?Country=["India", "Australia", "USA", "China", "Russia", "Ukraine" ] print(Country[2:5])...
Question 29Rohit, a Librarian has created a Table Book with the following fields:Bookid, Bookname, Author and Price. He has entered 20 records in the...
Question 30The data type list is an ordered sequence which is mutable and made up of one or more elements. Unlike a string which consists of only...
Question 33(i)Find out the errors in the following code snippet and rewrite the code by underlining the corrections made.30=y for i in range (2, 6)...
Question 34Consider the following table BANK. Write commands of SQL for (i) to (v):Table:...