Ask Java Expert


Home >> Java

1. The enterprise model represents

a. transactions for an enterprise.

b. the current state of the enterprise.

c. all enterprise processes.

d. the interaction between client and server.

2. The HyperText Transfer Protocol is

a. a data link protocol.

b. a stateless protocol.

c. based on TCP port number 60.

d. all of the above.

3. If we could examine the bits transmitted over a network that are sent using a TCP/IP socket, we would find

a. the data link protocol.

b. the internet protocol.

c. the transmission control protocol.

d. all of the above.

e. none of the above.

4. A network consisting of multiple computers connected to a switch would have a

a. star toplogy.

b. ring topology.

c. bus topology.

d. mesh topology.

e. none of the above.

5. The Internet Protocol

a.  provides handshaking to provide error control.

b. connects to a port corresponding to a program.

c. uses network hardware addresses in the packet.

d. all of the above.

e. none of the above.

6. The carrier sense multiple access with collision detection protocol used for Ethernet

a.  will retransmit a frame if a collision is detected during transmission.

b.  has no limit to the number of retransmissions.

c. requires nodes to notify each other if they want to transmit.

d. all of the above.

e. none of the above.

7. The TCP protocol uses the acknowledgement number to

a. encrypt the data.

b. track the number of bytes transmitted.

c. control the window size.

d. none of the above.

8. The TCP port number used in the TCP protocol corresponds to

a. internet addresses.

b. hardware addresses.

c. protocols used by programs to transmit data.

d. physical connections.

9. The structure of the internet address is defined by the

a. first byte of the address.

b. second byte of the address.

c. data link layer.

d. network connection.

10. For each client connecting to a server using sockets,

a. the server must accept a connection before the client can communicate.

b. the client can only try to establish a connection once.

c. clients can request data but cannot write to the server.

d. none of the above.

11. In JAVA, for a class called Animals, a subclass called Birds would be defined by

a. public class Birds subclass of Animals{
float wingSpan;// wing span in meters
public float get_wingSpan() {
return(wingSPan);
}
}

b. public class Birds extends Animals{
float wingSpan;// wing span in meters
public float get_wingSpan() {
return(wingSPan);
}
}

c. public class Birds extension of Animals{
float wingSpan;// wing span in meters
public float get_wingSpan() {
return(wingSPan);
}
}
d. none of the above.

12. A thread in a JAVA program

a. allows only one connection to a TCP/IP port.

b. can be used to make multiple functions to run independent of each other.

c. is used to define the type of ADO connection for a server.

d. prevent multiple IP address conflict.

13.. The Data Definition Language is used to

a. specify the structure of a database.

b. define the data types in a database.

c. modify the current database structure.

d. none of the above

e. all of the above

14. In a relational database,

a. each row must be unique.

b. a table must appear in sorted order.

c. only one foreign key is allowed.

d. all of the above

15. When a method in JAVA throws an exception,

a. the program must stop.

b. the method must be enclosed in a try structure.

c. the method must be in a thread.

d. the method must be in the main class.

16. The Ethernet frames for two nodes have collided twice on the network for each node. The next possible number of slot times delayed at each node could be,

a. 0.

b. 1.

c. 2.

d. 3.

e. all of the above

17. The CRC portion of the Ethernet frame is used to

a. provide error checking.

b. store the hardware address.

c. encrypt data.

d. sequence frames.

e. none of the above

18. By writing messages to a ServerSocket in JAVA,

a. a server can communicate with a client.

b. respond to client requests for a connection.

c. drop clients.

d. none of the above

19. When a router selects a physical connection to send a packet to a destination it uses,

a. the hardware address of the destination.

b.  the IP address of the destination.

c.  the tender address of the destination.

d.  the CRC number of the destination.

Java, Programming

  • Category:- Java
  • Reference No.:- M91623800
  • Price:- $20

Priced at Now at $20, Verified Solution

Have any Question?


Related Questions in Java

Chatbotscreate a small networked chat application that is

Chatbots Create a small, networked chat application that is populated by bots. Introduction On an old server park, filled with applications from the early days of the internet, a few servers still run one of the earliest ...

Assignment taskwrite a java console application that allows

Assignment task Write a java console application that allows the user to read, validate, store, display, sort and search data such as flight departure city (String), flight number (integer), flight distance (integer), fl ...

Assignment game prototypeoverviewfor this assessment task

Assignment: Game Prototype Overview For this assessment task you are expected to construct a prototype level/area as a "proof of concept" for the game that you have designed in Assignment 1. The prototype should function ...

Assignment taskwrite a java console application that allows

Assignment task Write a java console application that allows the user to read, validate, store, display, sort and search data such as flight departure city (String), flight number (integer), flight distance (integer), fl ...

In relation to javaa what is constructor the purpose of

(In relation to Java) A. What is constructor? the purpose of default constructor? B. How do you get a copy of the object but not the reference of the object? C. What are static variables and instance variables? D. Compar ...

Project descriptionwrite a java program to traverse a

Project Description: Write a java program to traverse a directory structure (DirWalker.java) of csv files that contain csv files with customer info. A simple sample in provided in with the sample code but you MUST will r ...

Fundamentals of operating systems and java

Fundamentals of Operating Systems and Java Programming Purpose of the assessment (with ULO Mapping) This assignment assesses the following Unit Learning Outcomes; students should be able to demonstrate their achievements ...

Assessment -java program using array of Assessment -JAVA Program using array of objects

Assessment -JAVA Program using array of objects Objectives This assessment item relates to the course learning outcomes as stated in the Unit Profile. Details For this assignment, you are required to develop a Windowed G ...

Applied software engineering assignment 1 -learning

Applied Software Engineering Assignment 1 - Learning outcomes - 1. Understand the notion of software engineering and why it is important. 2. Analyse the risk factors associated with phases of the software development lif ...

Retail price calculatorwrite a java program that asks the

Retail Price Calculator Write a JAVA program that asks the user to enter an item's wholesale cost and its markup percentage. It should then display the item's retail price. For example: (If an item's wholesale cost is 5. ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As