Other Programming & Computer Science Answers

Questions: 1 727

Answers by our Experts: 1 357

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Illustrate the Turing Machine models and complexity.



Prove that each regular language is a deterministic context-free language.



Discuss the proof by induction with example.


Early versions of UNIX were available only with a command‐driven interface. In more 


recent years, graphical user interfaces became popular.  


Explain why these GUIs made an impact on the popularity of this operating system. For 10marks

The impact of artificial intelligence on society.

Create a database of any system or company.

1- what are your thought on the implication of AI for Africa?

2-Beyond the simple issues of social fairness as exemplified above, how would algorithmic bias affect safety and security as more industries that have an impact on people‘s lives depend more on technologies that use learning algorithms?

3-Whose responsibility should it be to ensure the avoidance of algorithmic bias in order to guarantee social equality, safety and security?


Provide the transmission media (Guided or Unguided) used in the following networks

and explain the functions and characteristics (bandwidth, Security, Throughput) and

explain what these networks are primarily used for.

1. Satellite Cable TV Network

2. Campus LAN

3. 5G Network

4. Airport IP Telephony Network

5. VLAN

6. VANET

7. ZigBee Network

8. FTTH Network

9. VoIP

10. SKYPE


What is the output of this program?

  1.     class jump_statments {
  2.         public static void main(String args[])
  3.         {       
  4.              int x = 2;
  5.              int y = 0;
  6.              for ( ; y < 10; ++y) {
  7.                  if (y % x == 0)
  8.                      continue
  9.                  else if (y == 8)
  10.               break;
  11.            else
  12.             System.out.print(y + " ");
  13.          }
  14.       }
  15.     }

Select one:

a. 1 3 5 7 9

b. 1 3 5 7

c. 1 2 3 4 5 6 7 8 9

d. 2 4 6 8


there are 10 students in a class.these students can take 5 exams ,accept the marks of 10 students in 5 exams.if student got <40 mark him as fail and >75mark him as pass

at the end we need to print the following as output

student name, avg marks,number of papers with distinction and no of pepers with fail

please look into my query ans create SQL for it


LATEST TUTORIALS
APPROVED BY CLIENTS