Q1
mcq
AIFF file format was developed by __________.
- A. Apple Inc.
- B. TCS
- C. IBM
- D. MicroSoft
Solution hidden
Log in to view solution →
Q2
mcq
Identify the data query language command used to retrieve the data from database.
- A. Delete
- B. Insert
- C. Select
- D. Update
Solution hidden
Log in to view solution →
Q3
mcq
Which statement is used to show the output of a string or other data in the screen in PHP ?
- A. for
- B. switch
- C. while
- D. echo
Solution hidden
Log in to view solution →
Q4
mcq
Which of the following is used to terminate from the switch statement ?
- A. goto
- B. break
- C. return
- D. continue
Solution hidden
Log in to view solution →
Q5
mcq
What is the output of the following code ? for($i=5; $i>=1; $i- -) { echo $i .''<br>''; }
- A. 5432
- B. 12345
- C. 1234
- D. 54321
Solution hidden
Log in to view solution →
Q6
mcq
Which of the following is the correct function for closing connection in PHP ?
- A. mysql_close(''Connection Object'');
- B. mysqli_close(''Connection Object'');
- C. mysqli_close(''Database Object'');
- D. close(''Connection Object'');
Solution hidden
Log in to view solution →
Q7
mcq
In mobile network, landareas for network coverage was distributed as __________.
- A. Range
- B. Cells
- C. Service
- D. Transceiver
Solution hidden
Log in to view solution →
Q8
mcq
How many bits are used in the IPv6 addresses ?
- A. 128
- B. 32
- C. 16
- D. 64
Solution hidden
Log in to view solution →
Q9
mcq
Which of the following Connector is called as Champ Connector ?
- A. RJ14
- B. RJ11
- C. RJ45
- D. RJ21
Solution hidden
Log in to view solution →
Q10
mcq
Place option is present in __________ menu.
- A. Layout
- B. File
- C. Window
- D. Edit
Solution hidden
Log in to view solution →
Q11
mcq
Expansion of SME is :
- A. Sound Messaging Enterprises
- B. Small and Medium-sized Enterprises
- C. Short Messaging Enterprises
- D. Simple and Medium Enterprises
Solution hidden
Log in to view solution →
Q12
mcq
Which of the following is correctly matched ?
- A. Stored value card- Pay later
- B. Credit card - Pay before
- C. Smart card - Pay any time
- D. Debit card - Pay now
Solution hidden
Log in to view solution →
Q13
mcq
Root name server are maintained by __________.
- A. WHO
- B. IANA
- C. DNS
- D. ICANN
Solution hidden
Log in to view solution →
Q14
mcq
Which of the following is not a security element involved in E-Commerce ?
- A. Phishing
- B. Authenticity
- C. Privacy
- D. Confidentiality
Solution hidden
Log in to view solution →
Q15
mcq
A user-defined function in PHP starts with the keyword __________.
- A. defined
- B. function
- C. funct
- D. def
Solution hidden
Log in to view solution →
Q17
short answer
Write short note on Cardinality in Data Base Management System.
Solution hidden
Log in to view solution →
Q19
short answer
2 marks
What are the common uses of computer network ?
Solution hidden
Log in to view solution →
Q21
short answer
2 marks
List out any two DDL and DML commands with its Syntax.
Solution hidden
Log in to view solution →
Q22
short answer
2 marks
What are the layers available in TCP/IP reference model ?
Solution hidden
Log in to view solution →
Q23
short answer
2 marks
Differentiate - while loop and do... while loop in PHP.
Solution hidden
Log in to view solution →
Q24
short answer
2 marks
Write the syntax to open file function in PHP with an example.
Solution hidden
Log in to view solution →
Q25
short answer
3 marks
List few types of business documents that are transmitted through EDI.
Solution hidden
Log in to view solution →
Q26
short answer
3 marks
Write a note on B2B module in E-commerce.
Solution hidden
Log in to view solution →
Q27
short answer
3 marks
Briefly explain any two E-commerce security threats.
Solution hidden
Log in to view solution →
Q29
short answer
3 marks
How do you rejoin split blocks in PageMaker ?
Solution hidden
Log in to view solution →
Q30
short answer
3 marks
Briefly explain the stored value card and its types.
Solution hidden
Log in to view solution →
Q32
short answer
3 marks
Write MySQLi connection syntax with example.
Solution hidden
Log in to view solution →
Q33
short answer
3 marks
What will be the output of the following in PHP code ?
<?php
$array = array(''a'' => 10, ''b'' => 20, ''c'' => 30);
foreach ($array as $key => $value) {
echo $key . '' => '' . $value . ''<br>'';
}
?>
Solution hidden
Log in to view solution →
Q34
long answer
5 marks
Write the steps to draw a star using Polygon tool.
Solution hidden
Log in to view solution →
Q35
long answer
5 marks
Briefly explain various types of EDI.
Solution hidden
Log in to view solution →
Q36
long answer
5 marks
Explain the components used in Ethernet cabling.
Solution hidden
Log in to view solution →
Q37
long answer
5 marks
Differentiate open source and proprietary software.
Solution hidden
Log in to view solution →
Q38
long answer
5 marks
List the basic concepts of E-R model with suitable example.
Solution hidden
Log in to view solution →
Q41
long answer
5 marks
Explain user defined function concepts in PHP with suitable examples.
Solution hidden
Log in to view solution →
Q42
long answer
5 marks
Explain in detail about the roles of Multimedia production team and their responsibilities.
Solution hidden
Log in to view solution →
Q43
long answer
5 marks
Explain ‘for’ looping structure with example.
Solution hidden
Log in to view solution →