IdeasCuriosas - Every Question Deserves an Answer Logo

Questions in computers-and-technology

[Answered] When two cells are merged, the contents will present the data of which cell? A. Only the First Cell B. Only Second Cell C. Both cells' data will merge D. Both cells' data will disappear

[Answered] 1. What is the main goal of image editing? A. To delete old photos B. To store images C. To alter or enhance digital or traditional images D. To print images 2. Which of the following describes a visual representation of something, like a photograph or drawing? A. Text B. Image C. Sound D. Video 3. What is the term for removing unwanted outer parts of an image? A. Resizing B. Sharpening C. Cropping D. Softening 4. If your photo looks a bit blurry and you want to make the details stand out more, which basic editing technique would you use? A. Softening B. Resizing C. Sharpening D. Correcting 5. Which process involves making an image file smaller for easier storage or sharing? A. Cropping B. Sharpening C. Compression D. Correcting

[Answered] A name is read from input into name_input. String name_input is output, followed by my_coworkers by adding tab characters (\t) so that my_coworkers is separated by a tab instead of a space. Ex: If the input is Huy, then the output is: Huy\tZak\tPal\tEve\tIra\tKim ```python name_input = input() # Modify the string literal below my_coworkers = "Zak Pal Eve Ira Kim" print(name_input, end="\t") print(my_coworkers.replace(' ', '\t')) ```

[Answered] Is a function introduced at the level of a module considered a variable?

[Answered] When creating a custom theme color in PowerPoint, which of the following should you select first? A. Text Color B. Accent Colors C. Background Color D. Placeholder Objects

[Answered] b) The database design has three tables to store the classes that students attend. STUDENT (StudentID, FirstName, LastName, Year, TutorGroup) CLASS (ClassID, Subject) CLASS-GROUP (StudentID, ClassID) Primary keys are not shown. There is a one-to-many relationship between CLASS and CLASS-GROUP. i) Describe how this relationship is implemented. [2] ii) Describe the relationship between CLASS-GROUP and STUDENT. [1] iii) Write an SQL script to display the StudentID and FirstName of all students who are in the tutor group 10B. Display the list in alphabetical order of LastName. [4] iv) Write an SQL script to display the LastName of all students who attend the class whose ClassID is CS1. [4]

[Answered] Out of 4 now For the following relational schema: Where would you define the foreign keys for each table? Explain your reasoning AIRPORT Airport code Name City State FLIGHT Flight_number Airline Weekdays FLIGHT_LEG Flight number Leg_number Departure airport code Scheduled_departure_time Arrival airport code Scheduled_arrival_time LEG INSTANCE Flight_number Leg_number Departure airport code Date Number_of_available_seats Airplane_id Departure_time Arrival airport code Arrival_time FARE Flight_number Fare_code Amount Restrictions AIRPLANE TYPE Airplane_type_name Max seats Company CAN_LAND Airplane_type_name Airport code AIRPLANE Airplane_id Total_number_of_seats SEAT RESERVATION Flight number Airplane_type Leg number Date Seat number Customer_name Customer_phone For the following relational schema: Where would you define the foreign keys for each table? Explain your reasoning

[Answered] AI in Daily Life – Scrapbook or Poster Objective: Explore how AI helps us every day. Task: Create a colorful scrapbook or digital poster showing at least 5 real-life AI applications. Include: * Images and short descriptions * Your personal opinion on each use * Bonus: Add QR codes linking to related videos/articles

[Answered] In terms of computing, what does ROM stand for? A. Reticulate Obstinate Motion B. Read Only Memory C. Ready Open Motherboard D. Random Obsolete Memory

[Answered] Which of these toolbars allows changing sizes? A. None of above B. Standard C. Formatting D. Options