• Q : Write a queue function program....
    Computer Engineering :

    Write a new queue function called move_to_rear that moves the element currently at the front of the queue to the rear of the queue. The element that was second in line will be the new front element.

  • Q : What is google hangouts....
    Computer Engineering :

    Question 1- What is Google Hangouts? How does it work? How could it be useful in the classroom? Question 2- Write program that receives the values of 3 boolean variable ,A,B and C. from standrd in p

  • Q : How to convert decimal numbers into binary....
    Computer Engineering :

    Convert each of the following decimal numbers into binary. (a) 9 (b) 14 (c) 200 (d) 511

  • Q : Write a program to solve a quadratic equation....
    Computer Engineering :

    Write a program to solve a quadratic equation. Use doubles for the user inputs for a,b,c. Since there are two solutions to a quadratic equation output both x1, x2.

  • Q : How do we program our software for security in mind....
    Computer Engineering :

    Question 1- How do we program our software for security in mind? Give examples of how we can protect our data entry textboxes during coding? Question 2- What is E-Commerce and its types ?

  • Q : Wap to print a set of real numbers in descending order....
    Computer Engineering :

    Write and test a C++ program to print a set of real numbers in descending order. The program should also print out the median of the numbers input and how many numbers were input.

  • Q : Describe cyber-crime court case....
    Computer Engineering :

    Question 1- If your organization does become a victim of a cyber-crime or a security incident, how will you respond? What types of evidence would be important to your investigation, and how would th

  • Q : What is risk management....
    Computer Engineering :

    Question 1- What is cyber security, and what are some of its key concepts? Question 2- What are the most significant threats to your data, and what are some of the root causes of those threats? Are

  • Q : Write a program of copy constructor....
    Computer Engineering :

    Write a program that takes twenty mouse clicks from the user and draws a polygon whose corners, or vertices, are the clicked points. Using Python. Write a program of copy constructor.

  • Q : Describe the code of swapping two numbers....
    Computer Engineering :

    SWAP (A,B) swaps the contents of the variables A and B in one machine instruction. Show how we can use this instruction to solve the critical section problem.

  • Q : Write a program to add complex numbers....
    Computer Engineering :

    Question 1- Write a program to calculate the factorial function N! Be sure to handle the special case of 0! Also be sure to report an error if N is negative or not an integer. Question 2- Write a pr

  • Q : Write a program that calculates bmi....
    Computer Engineering :

    Write a program that calculates BMI by using the method takes 2 arguments and does not return any result public static void calculateBMI(double weight, double height) . The program asks the user to

  • Q : What is reflexive and symmetric relation....
    Computer Engineering :

    Question:- For each relation specify all the properties: reflexive, symmetric, antisymmetric, transitive they have. Part 1- Let A = { set of all people }, relation R: A x A where R = { (a,b) | a is at

  • Q : Write a program that convert newtons to pounds....
    Computer Engineering :

    Question 1- Write a program that convert degrees kelvin (TK) to degree Fahrenheit(TF) (recall that TR=(9/5)TK and that TF=TR-459.67 degrees Rankin) Question 2- Write a program that convert degrees

  • Q : Describe one of the eight principles of the acm....
    Computer Engineering :

    Describe one of the eight principles of the ACM Software Engineering Code of Ethics and Professional Practice and explain why the principle is important in the software engineering field.

  • Q : Discuss about arithmetic operators....
    Computer Engineering :

    Briefly discuss if there is a way to directly access commonly used operators, such as the arithmetic operators or the stream operators, with enum types. For example, would overloading these operator

  • Q : Write a program of square matrix....
    Computer Engineering :

    Using swing, Write a program that displays an 10 by 10 square matrix. Each element in the matrix is 0 or 1, randomly generated with a click of the Refresh button. Display each number centered in a t

  • Q : Create an alien abstract class....
    Computer Engineering :

    reate an Alien abstract class. Include at least three protected data members: the number of eyes, the number of legs, and the height. Include a constructor that requires a value for each data field

  • Q : What is transmission media....
    Computer Engineering :

    Question 1: Compare and contrast between network topology which is bus, ring, mesh and star. Question 2: What is transmission media?

  • Q : What is circuit switching....
    Computer Engineering :

    Question 1- Explain in terms of computer networks what is meant by difficult to handle uneven loading. Question 2- What is circuit switching.

  • Q : Perform the arithmetic operations on expressions....
    Computer Engineering :

    Perform the arithmetic operations (+ 317) + (+ 723) and (- 517) + (- 821) in binary using signed-2's complement representation. Show when and how to detect an overflow using'

  • Q : What is program counter....
    Computer Engineering :

    Is it possible to use the jump (j) MIPS assembly instruction to set the PC to the address as 0x4000 0000? Is it possible to use the branch-on-equal (beq) MIPS assembly instruction to set the PC to t

  • Q : What is the average complexity of sequential search....
    Computer Engineering :

    What is the average complexity of sequential search if there is a .75 chance that the target will not be found in the list and there is a .25 chance that when the target is in the list, it will be f

  • Q : Write a minimal sequence of mips assembly instructions....
    Computer Engineering :

    For the following C statement, Question- Write a minimal sequence of MIPS assembly instructions that does the identical operation. Assume $t1 = A, $t2 = B, and $s1 is the base address of C. A = C[0]

  • Q : Write a class that creates a planet in our solar system....
    Computer Engineering :

    Write a class that creates a planet in our solar system. A planet has a name, diameter, distance to sun, earth days to complete orbit around sun, and current day in orbit (starting at 0). In additio

©TutorsGlobe All rights reserved 2022-2023.