Programming & Computer Science Answers

C++ 9913
Python 5288
Java | JSP | JSF 3611
C 1680
C# 1362
Computer Networks 989
Algorithms 652
Databases | SQL | Oracle | MS Access 641
HTML/JavaScript Web Application 588
Other 537
Visual Basic 358
Assembler 209
Software Engineering 202
AJAX | JavaScript | HTML | PHP 166
MatLAB 150
MatLAB | Mathematica | MathCAD | Maple 124
Action Script | Flash | Flex | ColdFusion 112
UNIX/Linux Programming 89
Web Development 73
Excel 36
ASP | ASP.NET 23
Delphi | Pascal 21
Perl 16
Prolog 9
Functional Programming 9
MathCAD 5
Wolfram Mathematica 4
WPF 4
Ruby | Ruby on Rails 3
NodeJS Web Application 2

Questions answered by Experts: 26 876

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

A certain Disk has 400 sectors in a track and its spindle rotates at the speed of 3600 revolutions per minute. If the average seek time and latency time are 7.52 milliseconds and 3.75, respectively, compute the total time it takes to read a particular sector and access a record.


Write c++ programe to read birthday and get lucky number


Cortex-A OR Cortex-MQuestion DescriptionA smartwatch is a very useful device developed by several companies these days including Apple, Samsung, Motorola and several others. It has a touch screen interface providing features like GPS tracking, heart rate and sleep monitoring etc. with power efficient batteries. The ARM Cortex processors are used in smartwatches providing several benefits.

 


Suppose we have to choose between ARM Cortex-A or Cortex-M series architecture for our next generation smartwatch. Which one would you select between the two and why? Support your selection of either architecture with solid reasoning considering memory management, cost, performance and chip size.Cortex-A OR Cortex-MQuestion DescriptionA smartwatch is a very useful device developed by several companies these days including Apple, Samsung, Motorola and several others. It has a touch screen interface providing features like GPS tracking, heart rate and sleep monitoring etc. with power efficient batteries. The ARM Cortex processors are used in smartwatches providing several benefits.

 


Suppose we have to choose between ARM Cortex-A or Cortex-M series architecture for our next generation smartwatch. Which one would you select between the two and why? Support your selection of either architecture with solid reasoning considering memory management, cost, performance and chip size.


Q1. Write a program to input a string and count the occurrence of the word ‘the’(in any case) in the string.

For eg: if the input is:  The sun rises in the east.

Output should be:2

Q2. Write a program to input a string and count the number of words in it.                                               

For eg: if the input is: I like computer science.

Output should be:4

Q3. Write a program to input a string and print at which position a particular word exist.                          

For example :if the string is: I like computer science.

Word is:like(to be taken from user)

Output is 2 (as like is the second word in the string.)




A smartwatch is a very useful device developed by several companies these days including Apple, Samsung, Motorola and several others. It has a touch screen interface providing features like GPS tracking, heart rate and sleep monitoring etc. with power efficient batteries. The ARM Cortex processors are used in smartwatches providing several benefits.

 


Suppose we have to choose between ARM Cortex-A or Cortex-M series architecture for our next generation smartwatch. Which one would you select between the two and why? Support your selection of either architecture with solid reasoning considering memory management, cost, performance and chip size.




Write a program that takes as input two numbers n (integer) and x (double), and prints arctan(x) evaluated by taking n terms of the Taylor series (using x0 =0):

arctan(x) = x - x 3 /3 + x 5 /5 - x 7 /7 …



A smartwatch is a very useful device developed by several companies these days including Apple, Samsung, Motorola and several others. It has a touch screen interface providing features like GPS tracking, heart rate and sleep monitoring etc. with power efficient batteries. The ARM Cortex processors are used in smartwatches providing several benefits.

Suppose we have to choose between ARM Cortex-A or Cortex-M series architecture for our next generation smartwatch. Which one would you select between the two and why? Support your selection of either architecture with solid reasoning considering memory management, cost, performance and chip size.



Q1. Write a program to input n elements of a list and display  the following pattern:                         

Eg. If the elements entered by the user is :  1  2   3   4   5

The pattern printed should be:

1 0 0 0 0

1 2 0 0 0

1 2 3 0 0

1 2 3 4 0

1 2 3 4 5

Q2. Write a program to input a list of n elements and print all the prime numbers(if any) in the list. If the list does not contain any prime number,display ”No Prime Number in the List"

Q3. Write a program to input a list of N elements and rearrange it so that all odd elements appears after all even elements of the list.

Eg. If the entered list is:  1  2  3  4  5  6

Then the output list should be:

2  4  6  1  3




write a program to order a food item from the menu card available in a hotel

sample output:

list of items:

item price

1.idly 10

2.dosa 30

3.poori 40

4.pongal 50

enter the choice: 2

enter the quantity: 3

total amount 90


write a program to read a sorted list of floating point values and then calculate and display the average of the values


LATEST TUTORIALS
APPROVED BY CLIENTS