Practice Set (ABEE)
Practice Set (ABEE)
A. PYTHON
B. C/C+
C. JAVA
D. COBOL
Answer: B) C/C++
A. HELP
B. –HELP
C. -- HELP
D. ELP-
Answer: C) -- HELP
If you want to stop the processing query then which of the following
command you should use?
A. QUIT
B. STOP
C. /c
D. C and D both
Answer: C) /c
A. Show database;
B. Show databases;
C. Show database();
D. Show_all database;
What are the three important manipulations for a loop on a loop variable?
A. DELETE DATABASE_NAME;
B. DROP DATABASE_NAME;
C. DROP DATABASE DATABASE_NAME;
D. DELETE DATABASE DATABASE_NAME;
Which of the following variables in JS takes precedence over the others if the
names are the same?
A. Global variable
B. The local element
C. The two of the above
D. None of the above
Answer: (B) The Local Element
A. It is created automatically
B. It is interlinked with the package.json file
C. It ensures to have same results in any Environment
D. All of the Above
A. DML
B. DDL
C. DCL
D. DQL
Answer: B) DDL
Table1:
Emp_ID | Name | Age | City
1 | Raman | 25 | New York
2 | Prem | 30 | Los Angeles
3 | Bob | 35 | San Francisco
Table2:
Emp_ID | Department | Timing
1 | ECE | 80000
2 | Mgmt | 120000
4 | CSE | 150000
Considering the above Table, find out the inner joint with the same
condition.
A. 15
B. 5
C. 5*3
D. Error
Answer: (A) 15
A. zlib
B. https
C. dgram
D. fsread
Answer: D
A. Join
B. Self Join
C. Outer join
D. None of the above
Answer: (B) Self Join
A. import
B. module
C. exports
D. require
Answer: C
A. DROP
B. DELETE
C. ALTER
D. None of the above
A. toExponential()
B. toFixed()
C. toPrecision()
D. toLocaleString()
Which one of the following options is the correct output for the given code
of JavaScript?
A. 8
B. 3
C. 6
D. Error
Answer: (A) 8
A. $ node
B. $ node start
C. $ node repl
D. $ node console
To know your MYSQL version and current date which of the following
command you should use?
A. VERSION, CURRENT_DATE();
B. SELECT VERSION, CURRENTDATE();
C. SELECT VERSION(), CURRENT_DATE;
D. SELECT VERSON(),CURRENT_DATE();