Top answers

All subjects
All levels

A common construct found in many algorithms is a loop. Using pseudocode, write a pre-condition loop to output all of the even numbers between 99 and 201.

Key points when answering questions are the marks given for it and how the question is defined. In this example we need to write a pre-condition loop to output all the

Answered by Stylianos A. Computing tutor
2856 Views

Convert 'A1' hexadecimal value into binary.

Firstly split the number into 2 since there are two numbers. A and 1. We first convert 'A' into decimal. The corresponding value is 10. We then convert 10 into binary which is 1010. That is the first part...

Answered by Jazir L. Computing tutor
6298 Views

Write a function in pseudocode that determines if a given string is a palindrome

Declare and Initiate a new empty stringTraverse the given string using a loopTake each char from the given string and concatenate it to the beginning of the new stringCompare the final new string with the...

Answered by Charles V. Computing tutor
1600 Views

Given an ordered array of integers "V" and a integer "Sum", write a function that would return "true" if it finds two numbers in V that add up to Sum, and "false" otherwise.

Because there is no unique solution to the problem the goal is to think different ways to approach an issue and ultimately opt for the best one in terms of complexity. There is an example of set of answer...

Answered by Fabio D. Computing tutor
1400 Views

Storage: Magnetic hard disc vs Solid state drive.

Magnetic hard discs are very old technology, which is now considered very cheap and has a great storage capacity. In the current industry, magnetic hard discs are used to backup data. Therefore, they are ...

Answered by Matas P. Computing tutor
2699 Views

We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences