you are given a 3x3 matrix of positive integers.You have to determine whether some row is a positive interger multiple of another. If row i is an interger multiple of row j then you have to output p#q where p is the minimum of (i,j) and q is the maximum of (i,j). If there are multiple possibilities for i and j, you have to print for smallest i and the smallest j. Otherwise, you have to output 0#0
Get videos from TEDx channel (id=353) with more than 50 thousand views.
Sort the output in the descending order of
video_id, name ,duration_in_secs ,no_of_views
please help
Get all the videos with more than 1 lakh views.
Output must be in the alphabetical order of video
name
video_id, name, duration_in_secs published_datetime no_of_vie
Get the total number of users in the platform asusers_count
Using the IDLE development environment, create a Python script named tryme4.py. (Note: an alternative to IDLE is to use a free account on the pythonanywhere website
Propose an idea related to Artificial Intelligence (AI) and describe the idea with the learning outcomes of the course in detail
Draw a structured flowchart or write pseudocode describing the logic of the following scenarios:
Move the robot to start from a sitting position in a corner, cross the room, and end up standing outside the room behind the door.
Allow the robot to start from a sitting position in one chair, stand up, cross the room, close the door and, return to the chair, and sit.
Write a program that prompts the user for the following values: nickname and favourite movie/series.
Write a user defined method named displayDetails() that accepts two string values as input,
and then displays these values.
Add the required instructions to your Main() program to allow it to display the text Hello World
and then calls the displayDetails() method to display your information.
Bookmark Maker
In this assignment, let's build a Bookmark Maker by applying the concepts we learned till now.
Write an assembly program using MARIE's assembly Instruction set that prompts
the user to enter a non-negative integer that is less than 10. The program should
include a subroutine that keeps prompting until a valid value is obtained. When a
valid number is entered, it will be displayed. (Hint: Use JNS & JUMPI instructions
to implement the subroutine)
N.B: You should include the MARIE code in your Answer, with an
explanation of each instruction in your code beside it (not a screenshot!)