Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Write a code to find out the sum of the sequence 2 -4 6 -8 10 -12... While the last value will be determined from input. Use a loop to solve the problem.

Write briefly about each of the following terms. What are the latest trends in the Market? Search on Internet and come up with the current commonly used anti-malwares and antiviruses (10 marks)

 

Vulnerability

Threat

Risk

Attack

Backdoor

Hoaxes

Password Crack

Brute force

Dictionary attack

Spoofing

Man-in the Middle

Spam

Virus

Worm

Trojan

Zombie


Your organization where you work has won different contracts after responding to Request For Proposals on multimedia projects that involve the designing of websites. These websites should have 4 web pages. 


1)Nkomazi Swing Bungee (NSB is an organization that offer bungee to tourists).


1.1) Develop the website that you chosen and Your website should be developed using the following:

 HTML.

CSS for web styling (use external or internal CSS).

The website should have a table, ordered list, unordered list.



Write a program to enter a multiline string, by taking input from the user. Remove all the multiple blank spaces by copying the string to another string. Deallocate the memory for first string. Display the second string.


Write a code to find out the sum of the sequence 2 -4 6 -8 10 -12.... while the last value will be determined from input. Use a loop to solve the problem.
Write a code to iterate through your name by taking input and print each letter in uppercase using loop. This should work if every letter of your name is in lowercase

Sample Input: sakib

Sample Output: S A K I B

Hint: You can convert a letter to uppercase using the function upper(). If your character, c = "j", use c.upper() to convert it to "J"
Write a python program using For loop that reads a number from the user and prints the multiplication table of that number [Upto 10].
Write a code to print multiples of 3 or 7 from 1 to 100 using while loops.
Write a python program that takes 10 inputs from the user, and then prints how many inputs are odd and how many inputs are even. Use for loop.

Sample input:

2

6

8

3

9

2

6

4

3

7

Sample Output:

Even numbers = 6, Odd numbers = 4
Write a python program that takes a number from the user. If the number is odd, print that many "*" and if the number is even, print that many "+" as output. Use for loop.

Example 1

Sample input: 5

Sample Output: *****

Example 2

Sample input: 10

Sample Output: ++++++++++
LATEST TUTORIALS
APPROVED BY CLIENTS