subject
Computers and Technology, 20.09.2020 09:01 jzjzjzj

What if after October half term, you arrive back in school to find an email in your inbox from NASA! They have heard about your amazing computational thinking skills and Python programming skills. They are desperate to get you onboard to help with their latest mission! You have 48 hours to respond to their email, so be quick!ā€ Your mission is as follows: They need you to use your computational thinking skills to put together a program for their latest space walk to upgrade the power system on the International Space Station! You need to do some investigation around potential issues that the astronauts might come across, what do you think your program will need to do, what will need to be monitored etc. You need to show your digital literacy skills by responding to the email appropriately. Remembering SPAG at all times!

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 04:31
Type the correct answer in the box. spell all words correctly. the managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
Write a program that prints the day number of the year, given the date in the form month-day-year. for example, if the input is 1-1-2006, the day number is 1; if the input is 12-25-2006, the day number is 359. the program should check for a leap year. a year is a leap year if it is divisible by 4, but not divisible by 100. for example, 1992 and 2008 are divisible by 4, but not by 100. a year that is divisible by 100 is a leap year if it is also divisible by 400. for example, 1600 and 2000 are divisible by 400. however, 1800 is not a leap year because 1800 is not divisible by 400.
Answers: 3
question
Computers and Technology, 24.06.2019 00:20
Describe a data structures that supports the stack push and pop operations and a third operation findmin, which returns the smallest element in the data structure, all in o(1) worst-case time.
Answers: 2
question
Computers and Technology, 24.06.2019 11:20
Print "censored" if userinput contains the word "darn", else print userinput. end with newline. ex: if userinput is "that darn cat.", then output is: censoredex: if userinput is "dang, that was scary! ", then output is: dang, that was scary! note: if the submitted code has an out-of-range access, the system will stop running the code after a few seconds, and report "program end never reached." the system doesn't print the test case that caused the reported message.#include #include using namespace std; int main() {string userinput; getline(cin, userinput); int ispresent = userinput.find("darn"); if (ispresent > 0){cout < < "censored" < < endl; /* your solution goes here */return 0; }
Answers: 3
You know the right answer?
What if after October half term, you arrive back in school to find an email in your inbox from NASA!...
Questions
question
Mathematics, 16.04.2021 23:00
question
Physics, 16.04.2021 23:00