Database Administration Questions


Q:

A computer assisted method for the recording and analyzing of existing or hypothetical systems is

A) Data transmission B) Data capture
C) Data flow D) Data processing
 
Answer & Explanation Answer: C) Data flow

Explanation:
Report Error

View Answer Report Error Discuss

7 6954
Q:

Fifth generation computer is also known as

A) Very Large Scale Integration (VLSI) B) Knowledge information processing system
C) Both A & B D) None of the above
 
Answer & Explanation Answer: B) Knowledge information processing system

Explanation:
Report Error

View Answer Report Error Discuss

13 6948
Q:

80% of 900 + 162 x 4 x ? = 113 - 99

A) 0.5 B) 1
C) 4 D) 0
 
Answer & Explanation Answer: A) 0.5

Explanation:

80x900/100 + 256 x 4 x ? = 1331 - 99

720 + 1024 x ? = 1232

? = 1232 - 720/1024

? = 512/1024 = 0.5

? = 0.5 

Report Error

View Answer Report Error Discuss

Filed Under: Percentage
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

11 6911
Q:

The list of coded instructions is called

A) Algorithm B) Flowchart
C) Utility programs D) Computer program
 
Answer & Explanation Answer: D) Computer program

Explanation:


A computer program is a collection of instructions that performs a specific task when executed by a computer

Report Error

View Answer Report Error Discuss

Filed Under: Operating Systems
Exam Prep: GRE , TOEFL
Job Role: Database Administration , IT Trainer

46 6874
Q:

What is the difference between mysql_connect and mysql_pconnect?

Answer

There is a decent page in the php manual on the subject, in short mysql_pconnect() makes a persevering association with the database which implies a SQL join that don't close when the execution of your script closes. mysql_connect()provides just for the database new association while utilizing mysql_pconnect , the capacity would first attempt to locate a (relentless) connection that is as of now open with the same host, username and password. On the off chance that one is found, an identifier for it will be returned as opposed to opening another connection... the connection with the SQL server won't be terminated when the execution of the script ends. Rather, the link will stay open for future use.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP
Job Role: Database Administration

4 6865
Q:

Where did India play its 1st One Day International match?

A) Lords B) Headingley
C) Taunton D) The Oval
 
Answer & Explanation Answer: B) Headingley

Explanation:

India play its 1st One Day International match in cricket against England in the year 1974 in Headingley in Leeds.

Where_did_India_play_its_1st_One_Day_International_match1552388512.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

4 6862
Q:

12 as a percentage?

A) 50% B) 5%
C) 0.5% D) 0.05%
 
Answer & Explanation Answer: A) 50%

Explanation:

1/2 as a percentage means

1/2 = 0.5 in decimal

Now, in percentage means 0.5 x 100% = 50%.

Report Error

View Answer Report Error Discuss

9 6840
Q:

Only if Sheela is happy, then she does not go to work.

A) Sheela is not happy and she goes to work. B) Sheela is happy and she does not go to work
C) Sheela is not happy and she does not go to work. D) Sheela is happy and she goes to work.
 
Answer & Explanation Answer: A) Sheela is not happy and she goes to work.

Explanation:

The event of "Sheela is not going to work" happens only when the event "Sheela is happy" happens. Also, if the event "Sheela is happy" does not happen, then the event "Sheela is not going to work" will not happen. In other words, if it is true that Sheela is not happy, then it means that Sheela is going to work.

Report Error

View Answer Report Error Discuss

21 6836