subject
Computers and Technology, 22.11.2019 20:31 23jazzy

Write a python program that creates a dictionary containing course numbers and the room numbers of the rooms where the course meets. the dictionary should have the following key-value pairs: course number (key) room number (value) cs101 3004 cs102 4501 cs103 6755 nt110 1244 cm241 1411 the program should also create a dictionary containing course numbers and the names of the instructors that teach that course. the dictionary should have the following key-value pairs: course number (key) instructor (value) cs101 haynes cs102 alvarado cs103 rich nt110 burke cm241 lee the program should also create a dictionary containing course numbers and the meeting times for each course. the dictionary should have the following key-value pairs: course number (key) meeting time (value) cs101 8: 00 am cs102 9: 00 am cs103 10: 00 am nt110 11: 00 am cm241 1: 00 pm the program should let the user enter a course number, then it should display the course’s room number, instructor, and meeting time. ask the user multiple times until he or she decides to exit (y / n).

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 09:30
Write a function called checkfactor that takes two arrays of positive numbers, firstnumberrow and secondnumberrow. checkfactor checks if the first entry in firstnumberrow is divisible by the first entry in secondnumberrow, and performs the same operation on the next array elements until all entries have been checked. all the numbers are positive and the number of entries in the arrays are the same. the function should return the identified divisible numbers in two row arrays named firstdivisible and seconddivisible.restrictions: branches or loops should not be used. the code must use the internal mod and logical functions.hint: the mod function should be used to determine if two numbers are divisible. ex: for num1 and num2 if mod(num1,num2) is 0, then the two numbers are divisible.this is matlab
Answers: 2
question
Computers and Technology, 23.06.2019 21:30
Examine the list below. which factors positively affect lifetime income? check all that apply.
Answers: 1
question
Computers and Technology, 23.06.2019 22:00
Jackson, who works in the finance department of a company, is holding a seminar for other employees on how to file taxes. only three employees sign up to attend the seminar. which device can he use to share his presentation with a group of three employees?
Answers: 1
question
Computers and Technology, 24.06.2019 15:40
In the above figure, what type of cylinder arrangement is shown in the figure above? a. l-type b. v-type c. in-line d. horizontal pls make sure its right if its rong im grounded for 3months
Answers: 1
You know the right answer?
Write a python program that creates a dictionary containing course numbers and the room numbers of t...
Questions
question
Mathematics, 06.03.2020 11:28
Questions on the website: 13722360