• Home
  • About
  • Contact Us

More Scientific

  • Computer Networks
  • Operating Systems
  • Programming Languages
  • Project Management
  • Software Development
  • Software Testing

Array Initialization, Two And Three Dimensional Arrays in C

April 24, 2019 by admin

In this post, I will discuss Array Initialization, Array Elements in Memory, Bounds Checking, Passing Array Elements to a Function‪, Passing an Entire Array to a Function, Two Dimensional Array, Array of Pointers, Arrangement of the Array of Pointers in Memory and Three-Dimensional Array in C language. Array Initialization: We will be discussing in this article about … [Read more...]

Filed Under: Programming Languages Tagged With: address, bounds, bytes, call by reference, call by value, checking, code, coding, declaration, declaring, elements, float, function, initializing, input, integer, language, matrix, memory, output, passing, pointers, program, programming, size, variable

How To Identify Entity Type In Database Designing

April 23, 2019 by admin

In this post, I will discuss about how to identify Entity Type in Data Base Designing, Property of entity types, How to make good definition of an Entity Type in Data Modeling. How to identify Entity Type in Data Base Designing? Below mentioned are the points to be considered: What information is required by business?Things that are of interest to the business that … [Read more...]

Filed Under: Data Modeling Tagged With: attributes, business, clear, compatible, complete, concise, data, definition, description, Design, examples, identifier, instances, manage, name, parameters, precise, property, subject area, track

Website Testing Methods: Functionality, Usability, Interface

April 23, 2019 by admin

In this post, I will describe major web testing methods which are useful to test a website: Functionality Testing.Usability Testing.Interface Testing.Compatibility Testing.Performance Testing.Security Testing. 1) Functionality Testing Functionality testing involves testing of all the links shown are functional. Navigating to target pages. Test links will remain in … [Read more...]

Filed Under: Web Development Tagged With: API, app, applications, browser, compatibility, cookies, CSS, database, DB, errors, execute, fields, HTML, information, integrity, links, load, login, mobile, navigation, operating system, OS, page, performance, presentation, search engines, security, session, syntax, technique, test, testing, validate, web

Importance Of Planning In Project Management

April 22, 2019 by admin

Planning means “Deciding what has to done, Who has to do, when it has to done, how it to be done, Where it has be done. Planning is an intellectual process, which requires anyone to think before acting. To plan one would need objective, goal, way to perform and means of to perform. Planning would satisfy below mentioned parameters; Contribution to accomplish purpose and … [Read more...]

Filed Under: Project Management Tagged With: accurate, achieve, activity, adapt, budget, business, clear, control, deciding, decision, department, economical, effective, efficient, Execution, factors, focus, function, goals, manager, milestones, objective, organization, perform, plan, process, project management, purpose, risk, set, social, success, target

C Programming Under Linux – Zombies And Orphans Process

April 22, 2019 by admin

What is Linux? Linux operating system is clone of Unix operating system. Kernel of Linux was developed from scratch by Linus Torvalds with assistance from a loosely-knit team of programmers across the world on internet. It has got all the features that would be expected in a modern operating system. Unlike windows or Unix, Linux is totally open source. Kernel of Linux is … [Read more...]

Filed Under: Operating Systems Tagged With: assign, Caldera, child, code, coding, Debian, Execution, forking, fucntion, integer, internet, kernel, library, Mandrake, open source, operating system, OS, parent, process, program, programmers, programming, query, Redhat, Slackaware, SUSE, table, teask, unix

What Is Software Testing Life Cycle And Phases In STLC

April 21, 2019 by admin

Software testing life cycle comprises of many testing related activities that will be carried out prior to development, during development and post development. Software testing life cycle helps in identifying what all test activities to be carried out and when to accomplish the testing activities. At every stage of development there will be a testing activity. There will not … [Read more...]

Filed Under: Software Testing Tagged With: actions, activity, Analysis, automate, automation, business, case, creation, criteria, cycle, database, Design, development, document, documentation, entry, Execution, factors, final, format, implementation, manager, plan, Planning, product, requirements, retesting, risk, SDLC, specification, test, tested, validation, verification

C Programming: Relational, Logical Operators, If Statement

April 21, 2019 by admin

In this post I will describe about Integer and Float Conversions, Hierarchy of Operations, Control Instructions in C, if statement, Program Demonstrating if and Relational Operators, Program Demonstrating if and Relational Operators, Flow Demonstrating if and Relational Operators, Nested if-else statements, Forms of if statement, Use of Logical Operators and The ! operator in C … [Read more...]

Filed Under: Programming Languages Tagged With: arithmetic, assignment, chart, code, coding, comparison, condition, control, conversions, decision, execute, float, flow, forms, hierarchy, if else, instructions, integer, language, loop, nested, nesting, operations, program, real, repetition, results, statements

Pointer Notation, Recursion, Integers, Chars in C language

April 20, 2019 by admin

In this post, I will describe about Pointer Notation, Recursion, Recursive Function Program to Calculate Factorial, Integers, long and short, Integers, signed and unsigned, Chars, signed and unsigned, Floats and Doubles and Register Storage Class. Pointer Notation: We are declaring the variable, int x = 10 ; to compiler declared variable means: (a) Memory space is … [Read more...]

Filed Under: Programming Languages Tagged With: address, assign, bit, byte, calculate, call, character, class, code, coding, compiler, count, CPU, data type, declaring, double, factorial, float, function, language, location, long, machines, memory, program, programming, recursive, register, short, signed, storage, unsigned

Multi Cast Routing And Ad Hoc Routing In Computer Networks

April 20, 2019 by admin

In this post, I will discuss about Multi Cast Routing, Routing in Ad-hoc networks: Route Discovery, Format of a ROUTE REPLY packet, and Congestion Control Algorithms in Computer Networks. What is Multi Cast Routing? There are few applications that need the involvement of far-away separated process to work together in groups. Better example is that of process involving … [Read more...]

Filed Under: Computer Networks Tagged With: algorithms, applications, broadcast, congestion, control, destination, discovery, distributed, format, group, IP address, machines, management, message, multicasting, nodes, packets, performance, process, processor, reply, request, route, router, sequence, source, spanning, systems, traffic, tree

PPP Protocol And Method To Bring Internet Lines Up And Down

April 19, 2019 by admin

In this post, I will discuss about The Point-to-Point Protocol, The PPP full frame format for unnumbered mode operation, and Explanation of Method to bring Internet Lines Up and Down in Computer Networks. The Point-to-Point Protocol: Point to Point protocol is used for various reasons like router to router traffic, error detection, supports multiple protocols, IP … [Read more...]

Filed Under: Computer Networks Tagged With: asynchronous, binary, checksum, computer, configure, connection, detection, error, format, frame, hdlc, host, IP address, LCP, link control, machines, mode, modem, NCP, network control, operation, packets, payload, Point-to-Point, router, service provider, SONET, synchronous, telephone, traffic

« Previous Page
Next Page »

Project Management

Importance Of Planning In Project Management

Planning means “Deciding what has to done, Who has to do, when it has to done, how it to be done, Where it has be done. Planning is an intellectual process, which requires anyone to think before acting. To plan one would need objective, goal, way to perform and means of to perform. Planning would […]

Operating Systems

C Programming Under Linux – Zombies And Orphans Process

What is Linux? Linux operating system is clone of Unix operating system. Kernel of Linux was developed from scratch by Linus Torvalds with assistance from a loosely-knit team of programmers across the world on internet. It has got all the features that would be expected in a modern operating system. Unlike windows or Unix, Linux […]

Web Development

Website Testing Methods: Functionality, Usability, Interface

In this post, I will describe major web testing methods which are useful to test a website: Functionality Testing. Usability Testing. Interface Testing. Compatibility Testing. Performance Testing. Security Testing. 1) Functionality Testing Functionality testing involves testing of all the links shown are functional. Navigating to target pages. Test links will remain in the same page. Detail […]

Data Modeling

How To Identify Entity Type In Database Designing

In this post, I will discuss about how to identify Entity Type in Data Base Designing, Property of … [Read More...]

  • Software Development
  • Programming Languages
  • Project Management
  • Operating Systems
  • Computer Networks
  • Software Testing

Copyright © 2025 More Scientific