Posts

Write ALP to find average of n numbers stored in memory

Write program to read & display contents of file

Write an ALP to count no. of positive and negative numbers from the array

Write an ALP to count no. of positive and negative numbers from the array

Write an ALP to read command line arguments passed to a program

Write a switch case driven ALP to perform 64-bit hexadecimal arithmetic operations (+,-,*, /) using suitable macros. Define procedure for each operation

Write ALP to print “Hallo World!” Program using 16 , 32 and 64-bit model and segmentation

Write an ALP to fond the largest of given byte/Word/Dword/64-bit numbers

:Implementation of following spoofing assignments using C++ multicore Programming a) IP Spoofing b) Web spoofing

Write a program in c++/python to analyze EMAIL HEADER

Implement a program to generate and verify CAPTCHA image.

Use Python for Socket Programming to connect two or more PCs to share a text file.

Write a Python/Java/C+ program to verify the operating system name and version of Mobile devices

Write a program in Python/C++ to test that computer is booted with Legacy Boot ROMBIOS or UEFI

Write a program in Python/C++ to read display the i-node information for a given text file, image file

Write an IPC program using pipe. Process A accepts a character string and Process B inverses the string. Pipe is used to establish communication between A and B processes using Python or C++.

Map reduce operation with suitable example using MongoDB

Design and Develop SQL DDL statements which demonstrate the use of SQL objects such as Table, View , Index using Client-Data sever(two tier) CREATE TABLE:

DBMS using connections(Client-application server-Data sever, three tier) Oracle/MySQL (ODBC/JDBC), SQL Joints, prompt.

SQL DML (2-tier) java JDBC MySQL (2-tier) program to implement at least two MySQL queries (with and without using WHERE clause)

A Dictionary stores keywords & its meanings. Provide facility for adding new keywords, deleting keywords, & updating values of any entry. Also provide facility to display whole data sorted in ascending/ Descending order, Also find how many maximum comparisons may require for finding any keyword. Make use of appropriate data structures.