Forum Replies Created
- AuthorPosts
VashiTokyo
ParticipantYes because sometimes you need more than one function in order to make the code work, for example:
window = turtle.Screen()VashiTokyo
Participantlist = [‘PlayStation’, ‘Xbox’]
list2 = [‘Ps4’, ‘Ps5’]
list3 = [‘Xbox360’, ‘Xboxone’]print(list[0], ‘or’, list[1])
pick = input(‘Pick one: ‘)if pick == list[0]:
print(‘Smart choice’)
print(list2[0], ‘or’, list2[1])
pick2 = input(‘Pick again: ‘)
print(‘Both choices are good’)
print(‘Genius’)elif pick == list[1]:
print(‘Bad choice’)
print(list3[0], ‘or’, list3[1])
pick3 = input(‘Pick again: ‘)
print(‘Both choices are bad’)
print(‘Failure’)VashiTokyo
ParticipantA supercomputer employs a large number of processors and employs a technique known as parallel processing. A mainframe computer is a computer used primarily by large organizations for critical applications. A microcontroller is a small computer with a very specific function that you might find in your car. Supercomputers are the world’s largest and most expensive computers. They can process billions of instructions or floating-point instructions in a single second.
Mainframes are less expensive, have a smaller footprint, and run at a slower speed. Time-sharing allows multiple people to use a computer system at the same time.
VashiTokyo
ParticipantCentral Processing Unit (CPU): The CPU is basically the brain of the computer.
Hard Drive: The Hard drive is basically where the computer store its memories.
VashiTokyo
Participantios and windows are very similar, but the only difference would be the system’s layout. Both operating systems will have different types of security systems. Windows PCs are more for people who play games, and ios are better for designing, photoshopping photo editing, and overall better battery life.
VashiTokyo
ParticipantRun Length Encoding is a type of lossless compression. It can compress an image by repeating the same color over and over again by just compressing the color that has the most amount of pixel in it. Example, the color of your shirt.
VashiTokyo
Participant1. File compression is when an original size of a file is compressed into a smaller file. There are two types of file compression, lossy and lossless.
2. Lossless compression will make the file remain the same after being compressed. Lossy compression is when a file is compression, it loses some of it’s quality.
3. Lossy: GIF and JPEG / Lossless: PNG and BMPVashiTokyo
ParticipantBritish Airways booking application is one of the top software that failed in recent years due to technical issues.
VashiTokyo
ParticipantLearning and participating in class can improve our knowledge of the subject more and more.
- AuthorPosts