Tag: mcs lincoln university course

Home mcs lincoln university course
Object Oriented Programming Old Exam Question – First Semester | MCS | Lincoln University College
Post

Object Oriented Programming Old Exam Question – First Semester | MCS | Lincoln University College

LINCOLN UNIVERSITY COLLEGE EXAMINATION PAPER FACULTY: COMPUTER SCIENCE AND MULTIMEDIA COURSE: MASTER OF COMPUTER SCIENCE YEAR/ SEMESTER:FIRST YEAR/SEMESTER ONE MODULE TITLE: OBJECT ORIENTED PROGRAMMING CODE: MCS 111 TIME ALLOWED:3 HOURS Instruction to candidates 1. This question paper has THREE (3) Sections. 2. Answer ALL questions in Section A, VSAQ 3. Answer 7 questions out of...

Post

Technoprenuership Syllabus | MCS | Lincoln University College

Understanding Technopreneurship: Concept of technopreneurship Technopreneur Vs Entrepreneur Traits and characteristics of technopreneur Importance of technopreneurship Successful global and local technopreneurs Challenges in technopreneurship Idea, Innovation & Creativity : Value Proposition: Benefits vs features, relation to needs, and high value adding Solution driven or efficiency improvement Value proposition statement including Needs, Approach, Benefits per cost,...

Cyber Security Vulnerability Assessment
Post

Cyber Security Vulnerability Assessment

Vulnerability analysis is the next phase of Ethical hacking to identify the security holes or vulnerabilities in your system or network. A vulnerability assessment is a process of defining, identifying, classifying and prioritizing vulnerabilities in systems, network infrastructures, and applications Types: Active assessments : Which is the process to send request to the live network...

Enumeration in Cyber Security! Everything that you need to understand.
Post

Enumeration in Cyber Security! Everything that you need to understand.

What is Enumeration? In the enumeration phase, attacker creates active connections to system and performs directed queries to gain more information about the target. Attackers use extracted information to identify system attack points and perform password attacks to gain unauthorized access to information system resources  Enumeration techniques are conducted in an intranet environment. Information Enumerated...

What is Data Visualization, what are its impacts and what is the need for it?
Post

What is Data Visualization, what are its impacts and what is the need for it?

What is data visualization? Data visualization is the presentation of data and information in graphical format.Elements like maps, charts, graphs are used extensively for data visualization, which helps for a better understanding of trends, outliers and even patterns. Since human eyes are familiar with different colours and patterns, data visualization, with the help of these...

Post

Artificial Intelligence ( AI ) Syllabus | MCS | Lincoln University College

Introduction: Intelligence, Artificial Intelligence (AI), AI Perspectives: acting and thinking humanly, acting and thinking rationally History of AI Foundations of AI: Philosophy, Economics, Psycology, Sociology, Linguistics Neuroscience, Mathmatics, Computer Science, Control Theory Applications of AI Intelligent Agents: Introduction of agents, Structure of Intelligent agent, Properties of Intelligent Agents Configuration of Agents, PEAS description of Agents,...

Post

DATA ANALYTICS & VISUALIZATION | Microsyllabus | MCS

Introducing Data Visualization: What is data visualization? Understanding Data Visualization Importance of Data Visualization Impact of data visualization Principles of good data representation Recognizing the Traits of Good Data Viz; Embracing the Design Process; Ensuring Excellence in Your Data Visualizations Exploring Common Types of Data Visualization: Data visualization Vs. Infographics Picking the right content type...

Background Processing in Linux. Here is what you need to know!
Post

Background Processing in Linux. Here is what you need to know!

Introduction of Process Process is an instance of program. A new process is started when you gibe any command to Linux machine. For a single program, there can be multiple processes. Types of Processes Foreground Processes Run on the screen Input from user is needed Example: Office Programs Background Processes Run on background Usually, input...

install linux on chromebook
Post

Linux Kernel Fundamentals. Things you need to know about Linux Kernel

Introduction of Kernel Kernel is core of OS representing core aspect of Linux distribution for computers and servers Architecture of Kernel is monolithic and OS operates in Kernel space. Complete control over anything is there with Kernel Linux Kernel is a layer between hardware of device and software. Kernel is responsible for For application execution, ...